Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hi,
I've created simple stacked column chart. I've got two values: sales in 2019 and sales in 2020.
Dark part of visual are sales in 2020 and lighter in 2019.
If I hover over darker part of chart in tooltip I get only value of sales in 2020. But I'd like to get value of 2019's sales too. How do I do that? It isn't just simple draging sales in 2019 to tooltip cause if I hover over values in 2019 and get these values double.
Also, is there a way to remove title "Dates Day" which appears in tooltip? I just want to see date without, no legend next to it.
How do I achive what I want?
It's so simple yet I'm stuck.
Solved! Go to Solution.
HI @piotr_gor
Check these links:
https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-custom-tooltips
https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-tooltips
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
LinkedIn: www.linkedin.com/in/vahid-dm/
Hi, @piotr_gor
You can try the following methods.
Measure:
2019 =
CALCULATE (
SUM ( 'Table'[Sales] ),
FILTER (
ALL ( 'Table' ),
YEAR ( [Date] ) = 2019
&& [Project] = SELECTEDVALUE ( 'Table'[Project] )
)
)2019 =
CALCULATE (
SUM ( 'Table'[Sales] ),
FILTER (
ALL ( 'Table' ),
YEAR ( [Date] ) = 2019
&& [Project] = SELECTEDVALUE ( 'Table'[Project] )
)
)
Put the two measures in the tooltip bar.
Does this match your expected output? Also you can't delete "Dates Day" if you want to, because it is part of the view.
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 @piotr_gor
Check these links:
https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-custom-tooltips
https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-tooltips
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
LinkedIn: www.linkedin.com/in/vahid-dm/
It helped. Thanks.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 48 | |
| 45 | |
| 41 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 63 | |
| 32 | |
| 31 | |
| 25 |