User Profile
louisquinet
Helper II
Joined 2 years ago
User Widgets
Contributions
- 1.3KViews0likes0Comments
Variable range X axis *1.05 with Switch()
Hello I would like that my x range is always between 0 and 1.05 the highest value so that you can see better see the points on my chatter chart. Bellow you can see the example about what I'm talking. As you can see the point is al the way in the corner so I would like to add a margin of 5%. The complicated thing is that my X axis can be 'net unit price' and 'maintenance price' I tried this as measure but, nothing happens when I put this in the X axis range: Has anyone an idea about what I do wrong? Or another idea to accomplish this? Thank you in advance LouisSolved466Views0likes2CommentsRe: Change range Y-axis
I see that in my last message was a fault from me, but it still does not work... This is what I tried now: Range X-axis = SWITCH( TRUE(), SELECTEDVALUE('X axis'[X axis Order]) = 0, 2 * SELECTEDVALUE('Pricing_Benchmark'[Net Unit Price]), SELECTEDVALUE('X axis'[X axis Order]) = 1, 2 * SELECTEDVALUE('Pricing_Benchmark'[Maintenance Cost]) )2.2KViews0likes0Comments- 2.2KViews0likes4Comments
Re: Change range Y-axis
Thank you very much, the error message is gone. I still have a problem: So this is a screenshot about how it was before: When I add "Range X-axis as conditional formatting, my graph disappears: Do you have any idea why? Thank you for all your help! Louis2.2KViews0likes6Comments
Data Privacy
Microsoft Fabric Community and Privacy
To learn more about how we manage your data, please review the Microsoft Fabric Community Data Privacy guide.