Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
heman
Frequent Visitor

Dynamic hierarchy Visual Level selection by slicer selections

I have a scenario of three level hierarchy location (Region->Districts->Blocks).I want to see location wise values in the donut chart.But the requirement is when I select region ,donut is showing the value for complete region instead it should show values for all the districts in that particular region.

Like wise if a particular district is selected it should show all the values of block in that District.

And by default View it should reflect all the values of regions

Dax Measure:

sales_by-Level = If(Isfiltered(country[Region]),Calculate([Inqty_sum],'Level'[custom]="L1"),

                  If(ISFILTERED(country[District]),Calculate([Inqty_sum],'Level'[custom]="L0"),

Calculate([Inqty_sum],'Level'[custom]="L2")

))

By using the above Dax measure Now if I select Region in slicer its showing District values.

And If I select District its showing block values.But When I select Both (Region& District) its uanble to show the block values.

I Have attached the screenshots for better understanding in the link.

Please correct me.

Thanks

2 REPLIES 2
Fowmy
Super User
Super User

@heman 


Can you share some sample data and the expected result to have a clear understanding of your question?
You can save your files in OneDrive, Google Drive, or any other cloud sharing platforms and share the link here.
____________________________________
How to paste sample data with your question?
How to get your questions answered quickly?

_____________________________________
Did I answer your question? Mark this post as a solution, this will help others!.

Click on the Thumbs-Up icon if you like this reply 🙂

YouTube, LinkedIn

Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

heman
Frequent Visitor

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors