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.
Hi All,
I want to create a card (shown in the bottom right side) that shows % spend based on what slicer selection is done (shown in the top right side - 2 slicers) and data selection (in the sankey chart) is made in the report. Currently it only shows 100% irrespective of what I select, although I have selected - % of Grand Total in the calculation field. I would also like to know if there is any way to show that % in Tooltip ?
Solved! Go to Solution.
Thank you for your support and offer to help. I tried using a mix of summarize & calculate function & it got resolved.
Thank you!
Dhaval
Hi @Anonymous ,
Would you please inform us more detailed information( your sample pbix(by OneDrive for Business)) if possible? Then we will help you more correctly.
If you want show the card in tooltips. I suggest use page-level tooltips, Please follow the steps in the link:https://docs.microsoft.com/en-us/power-bi/desktop-tooltips
Best Regards,
Dedmon Dai
Thank you for your support and offer to help. I tried using a mix of summarize & calculate function & it got resolved.
Thank you!
Dhaval
Hi @Anonymous ,
Thank you for sharing the solution, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Dedmon Dai
Hi @Anonymous ,
I think you need to create a measure to calculate that:
divide(calculate(sum(your_spend_column)),calculate(sum(your_spend_column),all(your_table)),0)
If this is not correct, please show me your data model, I will modify it.
Thanks.
Aiolos Zhao
Hi @Anonymous
Thank you for your response & guidance. I tried using a mix of summarize & calculate function & it got resolved.
Thank you!
Dhaval
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.