Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hi Team,
Thank you so much for your help, now I have another query...
How can I work on Trend Analysis/Line chart in the below one.

Thanks,
Kali
Solved! Go to Solution.
Hi Kalidass,
To create a trend chart, you have to unpivot the table.
You will get this view and then use year and Value to build a trend line.
Result:
_______________
If I helped, please accept the solution and give kudos! 😀
Hi @Anonymous ,
Is this problem solved?
If it is solved, please always accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.
If not, please let me know.
Best Regards,
Icey
@Anonymous
Unpivot the data create tables/dimensions for the Market, Keys and year to create star schema model
https://radacad.com/pivot-and-unpivot-with-power-bi
Market = distinct(all(Table[Market]))
Keys= distinct(all(Table[Keys]))
Year= distinct(all(Table[Year])) //You will get after Unpivot
Join them back with table
Refer:https://docs.microsoft.com/en-us/power-bi/guidance/
Hi @Anonymous ,
Before generating any trend/line chart, you will have to modify the structure of the data, so that you can have a DATE column on your x-axis on the chart.
For this what you can do is following:
If this helps and resolves the issue, appreciate a Kudos and mark it as a Solution! 🙂
Thanks,
Pragati
Hi Kalidass,
To create a trend chart, you have to unpivot the table.
You will get this view and then use year and Value to build a trend line.
Result:
_______________
If I helped, please accept the solution and give kudos! 😀
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 41 | |
| 37 | |
| 34 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 64 | |
| 58 | |
| 31 | |
| 25 | |
| 25 |