Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi all, I have data like below. I'm trying to create a line chart with a categorical x-axis with error bands, split by individual IDs. I'd like the scale of the y-axis to be in log scale as the real data will be across magnitudes.
| ID | attr | val | UCL | LCL |
| a | aa | 3 | 5 | 2 |
| a | ab | 10 | 12 | 4 |
| a | ac | 1 | 0.5 | 3 |
| b | aa | 8 | 6 | 11 |
| b | ab | 4 | 6 | 2 |
| b | ac | 3 | 2 | 5 |
Solved! Go to Solution.
@goalie_ , not very clear on this issue. Can you please explain? Error bars are recently added
https://powerbi.microsoft.com/en-us/blog/power-bi-may-2022-feature-summary/#post-19361-_Toc103022215
@goalie_ , not very clear on this issue. Can you please explain? Error bars are recently added
https://powerbi.microsoft.com/en-us/blog/power-bi-may-2022-feature-summary/#post-19361-_Toc103022215
Hi, I'm making a line graph where for each ID there is a shaded area based on control limits. I have the the control limits(UCL-upper and LCL-lower) shaded over the line(which the column "val"). I wasn't aware that feature was already in there. I'm looking in the Analytics Pane for error bars option like in(this video), but I don't see it.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.