Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Hello
I have a stacked column chart that I would like to display the total of all the categories when you hover over a bar.
is it possible to create a DAX tool tip measure to do this?
thank you!
Solved! Go to Solution.
Checked file, You can get like
Measure = CALCULATE(SUM('Table (2)'[Users]),all('Table (2)'[Country]))
put this in tooltip
link :https://www.dropbox.com/s/fwkq6r835ez2quu/ToolTipSample.pbix?dl=0
Appreciate your Kudos. In case, this is the solution you are looking for, mark it as the Solution.
In case it does not help, please provide additional information and mark me with @
Thanks. My Recent Blogs -Decoding Direct Query - Time Intelligence, Winner Coloring on MAP, HR Analytics, Power BI Working with Non-Standard TimeAnd Comparing Data Across Date Ranges
Proud to be a Datanaut Connect on Linkedin
Checked file, You can get like
Measure = CALCULATE(SUM('Table (2)'[Users]),all('Table (2)'[Country]))
put this in tooltip
link :https://www.dropbox.com/s/fwkq6r835ez2quu/ToolTipSample.pbix?dl=0
Appreciate your Kudos. In case, this is the solution you are looking for, mark it as the Solution.
In case it does not help, please provide additional information and mark me with @
Thanks. My Recent Blogs -Decoding Direct Query - Time Intelligence, Winner Coloring on MAP, HR Analytics, Power BI Working with Non-Standard TimeAnd Comparing Data Across Date Ranges
Proud to be a Datanaut Connect on Linkedin
Yes. Create the measure using ALL filter.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
87 | |
81 | |
53 | |
37 | |
35 |