Forum Discussion
Dynamic Axis Titles for Scatter chart
- Anonymous5 years ago
Hi Likhitha ,
To my knowledge , your requirement could not be fulfilled currently.
If you also want this in power bi, let the power bi community to know this things and give your votes at power bi site's feedback -
https://ideas.powerbi.com/ideas/idea/?ideaid=086bbce8-1e74-4c31-a3df-59f6e5ee4b16
https://ideas.powerbi.com/ideas/idea/?ideaid=d4ca40d4-ef7e-4a48-b417-f359e93b8fb7
All I could do is to
1. Create measures for X-axis ,Y-axis, Title separately:
title Measure = SWITCH ( SELECTEDVALUE ( ForSlicer[Slicer] ), "A/B", "A/B", "X/Y", "X/Y" )x-axis = LEFT(SELECTEDVALUE(ForSlicer[Slicer]),1)y-axis = RIGHT ( SELECTEDVALUE ( ForSlicer[Slicer] ), 1 )2. Display measures using Card visual to cover the original axises in Scatter chart
3. Group all visuals
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Eyelyn Qin
Likhitha , you have apporach what you use in measure slicer
https://radacad.com/change-the-column-or-measure-value-in-a-power-bi-visual-by-selection-of-the-slicer-parameter-table-pattern
https://community.powerbi.com/t5/Desktop/Slicer-MTD-QTD-YTD-to-filter-dates-using-the-slicer/td-p/500115
amitchandak I'm not sure whether you understand the question,my requirement for dynamic axis titles