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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Shrujan1612
Frequent Visitor

modify the X- Axis & Y-Axis range in scatter visual

1. I want to modify the x axis and y axis range, as you seen in below screen,I want to match with x axis range of second visual as first visual.

Shrujan1612_0-1686316062283.png

2. The feasibility if user can have the option to modify the  X- Axis & Y-Axis range.

 

Can anyone help me with this?

 

Thanks in advance.

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

Hi @Shrujan1612,

 

According to your description, here are my steps you can follow as a solution.

(1) This is my test data.  

Table1:

vtangjiemsft_0-1686538311176.png

Table2:

vtangjiemsft_1-1686538342493.png

(2) We can create two measures. 

min_x = MIN('Table1'[x])
max_x = MAX('Table1'[x])

(3)Select the chart you want to modify -> go to the properties pane .

vtangjiemsft_3-1686538490381.png

 

vtangjiemsft_2-1686538451170.png

vtangjiemsft_4-1686538513804.png

 

(4)Then the result is as follows.

vtangjiemsft_5-1686538558670.png

If the above one can't help you get the desired result, please provide some sample data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. Thank you.

 

Best Regards,

Neeko Tang

If this post  helps, then please consider Accept it as the solution  to help the other members find it more quickly. 

View solution in original post

1 REPLY 1
v-tangjie-msft
Community Support
Community Support

Hi @Shrujan1612,

 

According to your description, here are my steps you can follow as a solution.

(1) This is my test data.  

Table1:

vtangjiemsft_0-1686538311176.png

Table2:

vtangjiemsft_1-1686538342493.png

(2) We can create two measures. 

min_x = MIN('Table1'[x])
max_x = MAX('Table1'[x])

(3)Select the chart you want to modify -> go to the properties pane .

vtangjiemsft_3-1686538490381.png

 

vtangjiemsft_2-1686538451170.png

vtangjiemsft_4-1686538513804.png

 

(4)Then the result is as follows.

vtangjiemsft_5-1686538558670.png

If the above one can't help you get the desired result, please provide some sample data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. Thank you.

 

Best Regards,

Neeko Tang

If this post  helps, then please consider Accept it as the solution  to help the other members find it more quickly. 

Helpful resources

Announcements
Sept PBI Carousel

Power BI Monthly Update - September 2024

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

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

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