March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi Everyone,
I am newbie to power bi.I am trying to show the total count of the bar in tooltip i.e(change volume :51).How do I achieve it here ?
Thanks in advance,
Bharathi.
Solved! Go to Solution.
Hi, @Bharathi_84
You can try the following methods.
Measure:
Change volume =
CALCULATE(COUNT('Table'[Status]),REMOVEFILTERS('Table'[Status]))
Put measure in tooltip.
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @Bharathi_84
You can try the following methods.
Measure:
Change volume =
CALCULATE(COUNT('Table'[Status]),REMOVEFILTERS('Table'[Status]))
Put measure in tooltip.
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Bharathi_84 , You need to create a measure and use it on tooltip (add to tooltip)
example
calculate([measure], removefilters(Table[Change status]))
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
122 | |
89 | |
78 | |
67 | |
52 |
User | Count |
---|---|
199 | |
140 | |
96 | |
77 | |
68 |