Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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.
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.
Solved! Go to Solution.
Hi @Shrujan1612,
According to your description, here are my steps you can follow as a solution.
(1) This is my test data.
Table1:
Table2:
(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 .
(4)Then the result is as follows.
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.
Hi @Shrujan1612,
According to your description, here are my steps you can follow as a solution.
(1) This is my test data.
Table1:
Table2:
(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 .
(4)Then the result is as follows.
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.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 40 | |
| 38 | |
| 36 | |
| 29 | |
| 28 |
| User | Count |
|---|---|
| 127 | |
| 88 | |
| 78 | |
| 66 | |
| 65 |