Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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 |
---|---|
10 | |
9 | |
7 | |
4 | |
4 |