Forum Discussion
Trend Line in Power BI
- 8 years ago
Just in case, I came across this thread which talks about creating trendlines with DAX. You could try writing your own measure and then decide whether you want to use the combined bar and line chart or the DIY method.
Regards,Paul.
It's just a sales trend line. It's a dummy model I use to test measures and try out stuff. the stacked chart are sales; the trend line chart are sales.
The data itself is irrelevant; I was just trying to help you by offering a DIY solution. Not perfect by any stretch of the imagination, but doable.
Edit: just out of curiosity, what trend line are you trying to include?
I want to show trend line based on the ticket count weekly. As shown in my initial question.
- PaulDBrown8 years agoCommunity Champion
ashaikhSo can't you create a separate Line Chart with the same measure and overlay it?
- PaulDBrown8 years agoCommunity Champion
Just in case, I came across this thread which talks about creating trendlines with DAX. You could try writing your own measure and then decide whether you want to use the combined bar and line chart or the DIY method.
Regards,Paul.