The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi Team,
I created a simple measure calculating total sales for all countries and it's working perfect after putting in a number card but i want to be a static number as it's changing everytime i am clicking on any country on the map located in the same report, please advise.
Regards,
Mohsen
Solved! Go to Solution.
Try this:
@Mohsen_2020 . Either create the meausre like
calculate([total minute spend],all(country))
or
stop ineraction -https://docs.microsoft.com/en-us/power-bi/create-reports/service-reports-visual-interactions
@Mohsen_2020 - Either use ALL in your measure used in your Card visual or use Edit Interactions on the View menu to disable interactions between other visuals and your card visual.
Please help to adjust the code to make it static, code is showing below:
Try this:
Glad that my solution worked for you.
Good Luck Mohsen!