Forum Discussion
Anonymous
5 years agoNot applicable
How to create a line chart with range area in the background
Hello, I am trying to create a Line chart with a range in the background (See pic below). The idea of the range is to show the normal range for the plot; anything outside of the range is considered ...
- Anonymous5 years ago
Hi Anonymous ,
After some research, I suggest that you can use R or Python visuals in Power BI Desktop. You can create the chart using the "Polygon()" function. Here is my test.
Result:
Hope that's what you were looking for.
Best Regards,
Yuna
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous5 years ago
Anonymous thanks alot it worked.
radhey_rec
Resolver II
4 years agoHi @Anonymous,
If you can user custom visuals, you can try https://pbivizedit.com
I am able to create following chart:
with the following data:
Please note that, these visuals do not support (yet):
1. Native tooltips of Power BI.
2. selection of data points for further filtering.
Thanks,
-R