Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.