Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Likhitha
Helper IV
Helper IV

Dynamic Axis Titles for Scatter chart

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

Scatter_Title.png

1 ACCEPTED SOLUTION
v-eqin-msft
Community Support
Community Support

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

12.16.3.1.gif

Here is the pbix file.

 

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

View solution in original post

3 REPLIES 3
v-eqin-msft
Community Support
Community Support

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

12.16.3.1.gif

Here is the pbix file.

 

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

@amitchandak  I'm not sure whether you understand the question,my requirement for dynamic axis titles

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.