Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hi,
I'm trying to build a visual that uses four cards for a top row of a dashboard with different measures ($ sales, % sales, year over year, and year to date). Below the line of four cards will be a line graph and a tree map. I'd like the end user to click on the card (say $ sales), then the line chart and tree map use the $ sales measure as the value. Then if the end user clicks on % sales, the line graphs and tree maps redraw using % sales as the value. Help is greatly appreciated.
Thank you.
Owen
Solved! Go to Solution.
Hi @Anonymous ,
I would use bookmarks and field parameters for this use case. I'd overlay a no fill shape on every measure. Each shape is assigned a bookmark view (wherein an item in the field parameter is selected). Here's a sample pbix - https://drive.google.com/file/d/1KvFIhKEZrxbL_MKOcYDbKD09_sJwJdQP/view?usp=sharing
Demo on youtube - https://youtu.be/fXuYtewItmw
Hi @Anonymous ,
As a workaround, we can use a slicer for different results of visuals.
Create a table by entering data.
Then create a measure like the following.
Measure =
SWITCH (
SELECTEDVALUE ( 'Table (2)'[Type] ),
"Sales($)", [MeasureSales($)],
"Sales(%)", [MeasureSales(%)]
)
Put the measure into the Values of the visual.
When you filter the slicer, the result of the visual will change.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @danextian, The solution looks great. Once I figured out how to turn on 'field parameters' in the preview features, your idea worked and was implemented. Thanks so much.
Hi @Anonymous ,
As a workaround, we can use a slicer for different results of visuals.
Create a table by entering data.
Then create a measure like the following.
Measure =
SWITCH (
SELECTEDVALUE ( 'Table (2)'[Type] ),
"Sales($)", [MeasureSales($)],
"Sales(%)", [MeasureSales(%)]
)
Put the measure into the Values of the visual.
When you filter the slicer, the result of the visual will change.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
I would use bookmarks and field parameters for this use case. I'd overlay a no fill shape on every measure. Each shape is assigned a bookmark view (wherein an item in the field parameter is selected). Here's a sample pbix - https://drive.google.com/file/d/1KvFIhKEZrxbL_MKOcYDbKD09_sJwJdQP/view?usp=sharing
Demo on youtube - https://youtu.be/fXuYtewItmw
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 48 | |
| 40 | |
| 37 | |
| 20 | |
| 16 |
| User | Count |
|---|---|
| 69 | |
| 67 | |
| 32 | |
| 27 | |
| 26 |