Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
Check it out now!Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
Hello
I have a bar chart that drills down from County -> City -> Office. The drill down works perfectly. I want to be able to display on a label or the chart header which City I am displaying the Offices for.
Is this possible?
I saw a blog about using Filters and custom labels...but I want to use drilling.
thanks
SJ
Hi, Just wanted to check if you ever got a solution to this problem. I need to display the same information.
If it is just city (as you say), then you can write this measure.
=concatonatex(values(TableName[City]),tablename[City],", ")
you can add this measure to a card and it should show which cities are currently filtered.