Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I have a data set that I cannot change how it comes to me. I need to make a dashboard but the problem is the data is set up with times as columns and then the rows have multiple items needed also.
I need to be able to make separte charts for XXX/Alpha of the values by time, and then another for XXX/Beta of the values by time. And so on. The place colume has close to 1000 different items they type only has 4.
How do I set up a chart that shows the values with the times across the X axis and Values acros the Y using a filter on the chart to select the place and type?
Does this make sense? My brain has stopped working on this.
Solved! Go to Solution.
HI @finglonger76 ,
Consider unpivoting the time columns into a two columns : attribute (time) and value (the numbers /counts)
Once this is tabulated , the x axis would be (time) . Y axis could be either of the fields with the other one on the legend.
If you would like both fields to be on the Y axis, consider making a custom column concatenating both fields.
Kindly provide a sample input masking sensitive information if this does not resolve the issue.
HI @finglonger76 ,
Consider unpivoting the time columns into a two columns : attribute (time) and value (the numbers /counts)
Once this is tabulated , the x axis would be (time) . Y axis could be either of the fields with the other one on the legend.
If you would like both fields to be on the Y axis, consider making a custom column concatenating both fields.
Kindly provide a sample input masking sensitive information if this does not resolve the issue.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 7 | |
| 5 | |
| 3 |