Forum Discussion
Tooltip for total stacked column chart
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!
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
2 Replies
- amitchandak
Super User
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 - Greg_Deckler
Community Champion
Yes. Create the measure using ALL filter.