Forum Discussion
Anonymous
7 years agoNot applicable
kpi indicator - displaying by month
Hi, I use the "KPI Indicator" visualization and I am not able to display the curve behind correctly by month. My firt try was to put a date into "trend axis" but there is to much points as it...
v-frfei-msft
Community Support
7 years agoHi Anonymous,
To update the formula of yours as below.
Month = YEAR('sample'[END_DATE_UT])*100+MONTH('sample'[END_DATE_UT])
Then we can sort the Month column as we need.
For more details, please check the pbix as attached.
Regards,
Frank