Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello
I created a table in Power BI desktop using Enter data under home tab.
Region | Quater 1 | Quater 2 | Quater 3 | Quarter 4 |
East Midlands | 91.00% | 95.67% | 88.56% | |
England | 81.00% | 84.00% | 86.00% | |
Leicestershire | 79.01% | 78.02% | 75.33% |
I wanted to create a line graph showing the comparison between the 3 regions as in the attached snapshot. I know it is possible in excel but not sure how in Power BI. Any advise is much appreciated. Thanks
Solved! Go to Solution.
You can unpivot the data in Power Query (Transform) and have the data like this:
Then add a line chart:
You can unpivot the data in Power Query (Transform) and have the data like this:
Then add a line chart: