Hello, i have a geographical slicer such as below and was wondering if there was a way i can allow national and sub-national filter options only for certain countries (e.g., have Ile-de-France as an option under France, but not show Aichi under Japan), *while* still having all geographical data show up on my map/table etc.? Basically I want users to still see Aichi regional info if they select Japan, but not have it show up as one of the filter options. Thanks for your help
Solved! Go to Solution.
Hi @jscivias ,
You can create another new calculated column as below in the region table, and use this column on the slicer to replace the original applied field. And the map visual still keep use the original field....
Column = IF ( 'Table'[sub-national] = "Aichi", "", 'Table'[sub-national] )
Best Regards
Hi @jscivias ,
Whether your problem has been resolved? If yes, could you please mark the helpful post as Answered? It will help the others in the community find the solution easily if they face the same problem as yours. Thank you.
Best Regards
Hi @jscivias ,
You can create another new calculated column as below in the region table, and use this column on the slicer to replace the original applied field. And the map visual still keep use the original field....
Column = IF ( 'Table'[sub-national] = "Aichi", "", 'Table'[sub-national] )
Best Regards
Power BI release plans for 2023 release wave 1 describes all new features releasing from April 2023 through September 2023.
Make sure you register today for the Power BI Summit 2023. Don't miss all of the great sessions and speakers!
Join the biggest FREE Business Applications Event in LATAM this February.
User | Count |
---|---|
209 | |
49 | |
45 | |
44 | |
39 |
User | Count |
---|---|
262 | |
211 | |
103 | |
78 | |
67 |