Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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!