Forum Discussion
Getting a Sparkline or Continuous Timeline for My Data!
Good morning all! I'm trying to graphically or visually depict my data outside of the current heatmap I've built, but I havent found a single app that is doing what I'm wanting it to do - or my data is inproperly structured, which at this point, I'm leaning to the latter.
Here's a screenshot of my current dataset:
I have it arranged by Name -> Position -> Quartered Dates with Values. Essentially I want a line graph or sparkline that shows the trend between the numbers across the timespan, per member. And I'm struggling with this. X_X
Any ideas? Thanks!
@ , if this is the screenshot of your data, you need to unpivot all the dates first and then you can join it with date table, or use that date column in trend
https://radacad.com/pivot-and-unpivot-with-power-bi
1 Reply
- amitchandakSuper User
@ , if this is the screenshot of your data, you need to unpivot all the dates first and then you can join it with date table, or use that date column in trend
https://radacad.com/pivot-and-unpivot-with-power-bi