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!
Im new to Power BI.
I've got a table from excel (first image) which is illustraded as a linear graph in excel. (second image).
I want the same illustration in Power BI. So i want my x axis with years and quarters and the lines with the values given in the table. Like on 2020 Qtr 3 1 starting project, 2020 Qtr 4 4 starting projects etc..
Is this easy possible? I tried it and got some weird solutions. I dont know, maybe im just stupid.
Thanks for the help!
Solved! Go to Solution.
Hi @Consta ,
According to your description, you need to modify your data model appropriately in power query. Converted to a table structure similar to the following. Then put the corresponding fields in the line chart visual, refer to the following:
Note that the field type of value needs to be changed from text to whole number, otherwise an error will be displayed.
If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Consta ,
According to your description, you need to modify your data model appropriately in power query. Converted to a table structure similar to the following. Then put the corresponding fields in the line chart visual, refer to the following:
Note that the field type of value needs to be changed from text to whole number, otherwise an error will be displayed.
If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Consta , Transpose this table or unpivot in power query.
Then you should be able to use Qtr on axis
https://radacad.com/pivot-and-unpivot-with-power-bi
Transpose : https://yodalearning.com/tutorials/power-query-helps-transposing-data/
User | Count |
---|---|
98 | |
76 | |
75 | |
48 | |
27 |