Forum Discussion
ashaikh
8 years agoHelper III
Trend 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.
v-yulgu-msft
8 years agoMicrosoft Employee
Hi ashaikh,
Unfortunately, Trend line is not supported for Stacked Column chart.
Regards,
Yuliana Gu
ashaikh
8 years agoHelper III
I am aware that Trend Line is not available in stacked column. But is there any other way to do. May be manually.
Also I tried on Clustered column chart with X-axis being categorical still it does not work.