Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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.
| User | Count |
|---|---|
| 57 | |
| 43 | |
| 32 | |
| 16 | |
| 13 |
| User | Count |
|---|---|
| 84 | |
| 70 | |
| 38 | |
| 27 | |
| 24 |