Forum Discussion
Anonymous
6 years agoNot applicable
Create a line chart
Sorry if this is too elementary for the forum, but I am having difficulty creating what I thought would be an easy line chart. I have created it in Excel previously, but wanted to convert to Power BI...
- 6 years ago
Hi Anonymous ,
You can use "UnPivot" firstly. This is my PBIX file.
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Greg_Deckler
6 years agoCommunity Champion
If your data is in that format, you will want to unpivot your month columns or something to get it more into a format like:
Type,Month,Value
Service,Jan,xxxx
Equipment,Jan,yyyy
...
- Anonymous6 years agoNot applicable
Thanks. I am not sure why that did not occur to me.