Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
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
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.