Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register 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!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
104 | |
69 | |
48 | |
41 | |
34 |
User | Count |
---|---|
164 | |
111 | |
62 | |
53 | |
38 |