Forum Discussion
ashaikh
Helper III
8 years agoTrend Line in Power BI
Hello, I want to have a trend line on the following visualization. This graph is based on following formula. TICKET COUNT TREND =
SUMMARIZE (
vRCCLCOMBINED,
vRCCLCOMBINED[WEEK...
- 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.
ashaikh
Helper III
8 years agoI want to show trend line based on the ticket count weekly. As shown in my initial question.
PaulDBrown
Community Champion
8 years agoashaikhSo can't you create a separate Line Chart with the same measure and overlay it?