Forum Discussion
Line graph with error bars
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 |
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
2 Replies
- amitchandakSuper User
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_Helper III
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.