Forum Discussion
Chart and tooltip feasibility
- 4 months ago
Hi Linu
Thank you for reaching out to the Microsoft Fabric community forum.
Power BI does not expose line chart legend colors to DAX, conditional formatting, or report page tooltips. Because of this, a custom tooltip (table/matrix) cannot automatically inherit or stay in sync with the line chart colors, especially when new years are added.
Also, native tooltips cannot be sorted, while report page tooltips lose the built-in colored line indicators. This makes it difficult to achieve all requirements together using native capabilities.
As of now, you can try using a custom tooltip along with manual color logic (via DAX or a mapping approach), but fully dynamic color synchronization with the line chart is not supported.
If you have any further questions, feel free to reach out and we'll be glad to assist.
Regards,
Microsoft Fabric Community Support Team.
Yes i have tried that able to get the data in table format or matrix format but that fails in creating color lines as it comes in line chart tooltip .
- tharunkumarRTK4 months agoSuper User
To add lines to the table visual you can create a measure like this
Line = "───"And use conditional formatting for fonts to apply color to this line, this way you can achive your desired result
Connect on LinkedIn
read my blogs here: techietips.co.in
Did I answer your question? Mark my post as a solution! If I helped you, click on the Thumbs Up to give Kudos.
Proud to be a Super User!