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.
v-yulgu-msft
Microsoft Employee
8 years agoHi ashaikh,
Unfortunately, Trend line is not supported for Stacked Column chart.
Regards,
Yuliana Gu
- ashaikh8 years ago
Helper 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.
- ashaikh8 years ago
Helper 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.