Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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.
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
114 | |
90 | |
88 | |
35 | |
35 |
User | Count |
---|---|
152 | |
99 | |
82 | |
63 | |
54 |