The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I have built a report that uses only 1 slicer for zone. The user click through a series of graphs to get lower level detail. How do i return the name of the item click in each visual? When i view what's filters it shows as just zone because that the slicer. I want to dynamically upate the visuals based on the selection in each visual.
Solved! Go to Solution.
You can create measure:
names = CONCATENATEX( 'YourTableName', [TableColumnName])
And add this measure to Cards visualization=)
Thank you
You can create measure:
names = CONCATENATEX( 'YourTableName', [TableColumnName])
And add this measure to Cards visualization=)
User | Count |
---|---|
26 | |
10 | |
8 | |
6 | |
6 |
User | Count |
---|---|
32 | |
14 | |
11 | |
10 | |
9 |