Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
My goal is to create a chart with multiple line graphs in them where all of them are stepped except one. Currently I am only able to interpolate the whole chart as either linear OR stepped. I was wondering if there is a solution to where I can have my graph show one linear line graph and then the rest stepped?
This is what I currently have in Power Bi
This is my goal. As you can see the graph in blue is the only linear graph. In Power Bi that would be my East Over/Under.
Solved! Go to Solution.
Hi @Anonymous
Unfortunately, there is no way to combine two types of lines on a single chart using Core Graphs.
You can try to generate the desired output using Python/R and embed the result into your Power BI report.
Here are some links to tutorials on how to embed Python/R charts in Power BI:
Using Python/R visuals:
Microsoft Docs: https://learn.microsoft.com/en-us/power-bi/connect-data/desktop-python-visuals
Guy in a Cube: https://www.youtube.com/watch?v=3_DOF_qjguA
Using custom visuals:
Microsoft Docs: https://learn.microsoft.com/en-us/power-bi/developer/visuals/develop-power-bi-visuals
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Hi @Anonymous
Unfortunately, there is no way to combine two types of lines on a single chart using Core Graphs.
You can try to generate the desired output using Python/R and embed the result into your Power BI report.
Here are some links to tutorials on how to embed Python/R charts in Power BI:
Using Python/R visuals:
Microsoft Docs: https://learn.microsoft.com/en-us/power-bi/connect-data/desktop-python-visuals
Guy in a Cube: https://www.youtube.com/watch?v=3_DOF_qjguA
Using custom visuals:
Microsoft Docs: https://learn.microsoft.com/en-us/power-bi/developer/visuals/develop-power-bi-visuals
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly