March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hello All,
I'm having a scatter chart where the values change are dynamic.
I want X-Axis and Y-Axis Titles to be (dynamic) and to be changed as per selection.
I'm attaching pic for reference,If I select A/B ,A should be X-Axis Title and B should be Y-Axis Title
Solved! Go to Solution.
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
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-slic...
https://community.powerbi.com/t5/Desktop/Slicer-MTD-QTD-YTD-to-filter-dates-using-the-slicer/td-p/50...
@amitchandak I'm not sure whether you understand the question,my requirement for dynamic axis titles
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
129 | |
90 | |
75 | |
58 | |
53 |
User | Count |
---|---|
200 | |
104 | |
101 | |
67 | |
55 |