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.
Hi guys, I need your help on below exercise:
I have here a card which has a Total Price YTD of $2.9M. I want to dynamically change that to AVERAGE instead of TOTAL using a slicer. Is that possible? When I go to visualization option of the CARD, only one selection can be made from the "FIELD" value. Hopefully there is a way.
Total Price YTD = sum(ARPU)
Average Price = average(ARPU)
In other words, I want to interchange those formulas for that specific card dynamically.
Best,
John Jason
Solved! Go to Solution.
@Anonymous , Dynamically means you will need measure slicer of bookmark .
can you explain Dynamically here ?
measure slicer
https://www.youtube.com/watch?v=b9352Vxuj-M
https://community.powerbi.com/t5/Desktop/Slicer-MTD-QTD-YTD-to-filter-dates-using-the-slicer/td-p/500115
bookmark
https://radacad.com/bookmarks-and-buttons-making-power-bi-charts-even-more-interactive
@Anonymous , Dynamically means you will need measure slicer of bookmark .
can you explain Dynamically here ?
measure slicer
https://www.youtube.com/watch?v=b9352Vxuj-M
https://community.powerbi.com/t5/Desktop/Slicer-MTD-QTD-YTD-to-filter-dates-using-the-slicer/td-p/500115
bookmark
https://radacad.com/bookmarks-and-buttons-making-power-bi-charts-even-more-interactive
Sorry for the confusion. I need to have a button that will automatically change the computation inside the Total Price YTD CARD FROM SUM TO AVERAGE using the formula above.
Thanks! It worked! Thank you for the new learning.