Forum Discussion
Un-Pivoting Data issues
Hi yodha ,
Is there a reason to unpivot separately the ID and BD columns?
What if you unpivot them together, does the chart work in that case?
Unpivoting them together means you will have the following columns:
- date
- attribute (both ID and BD)
- value (both ID and BD)
if you need a way to separate ID from BD you can create one more column using the Text.Start M formula. You can find more info on that here.
Let me know if this helps you.
Regards,
LC
Interested in learning Power BI and DAX? Check out my blog at www.finance-bi.com
If i un-pivot them together data is looking like this.But i dont want data like this,
i want them in separate columns like this,
so that i can see values on my X-axis like Date BD1 ID1, Date BD2 ID2, Date BD3 ID3, etc..,
All this i am doing to represent all my BD values in one line, and ID values in another line in the graph.
Thank you.