Hay Marco,
Here is the solution1.
Create section on Region
Create table with city,Sales
Make the header of city as [Region] In Section
Similarly Sales header as [Sales]In Section
Put filter on sales<1000
Delete the region cell not the section(while deleting select the option cell only)
Format table and uncheck the option Show rows for which all measures values are =0
@ Raju, Thanks, I didn't check this option earlier
Here is the solution2.
- Crate the section as i described earlier on Region
- Create first table with Region,Sales and then remove the table header
- Create the second table with City and Sales
- Create a variable to check the sales value as var1= if (sales>1000;1;0)
- Use this to filter your second table as var1=1
- Then hide the second table using Hide when empty
- Remove the second table header as well
- Adjust the relative positon of table1 and table 2
You should be good to go