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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi guys,
In below screenshot I have a value that is in the 100 where the rest are in 10s whats the best way of handling this?
Solved! Go to Solution.
I guess I could create a new table that is just the Candidate calls from the events table and then join to back to it so I can still use the ref as the count value? I'll give it a go. Thanks.
Hi @Anonymous,
For your requirement, I think broken axis chart will be suitable, but current power bi not support this feature, I think you can send this requirement to ideas forum.
Reference:
Broken Y Axis in an Excel Chart
Regards,
Xiaoxin Sheng
Is it possible to sum the event types (activity) that are candidate calls and divide it by /10 or /100?
Generally if you have data that are orders of magnitude different scale, normalization via logarithm will help. Not sure if this can be used in this use case, but thought I would point this out.
If you can get away with a line and column chart, you can set two different axes, but again, not sure if this is applicable here.
I guess I could create a new table that is just the Candidate calls from the events table and then join to back to it so I can still use the ref as the count value? I'll give it a go. Thanks.