Forum Discussion
MacJasem
Advocate II
3 years agoFlatlined values in a MTD table
Hi Guys Whats the esiest reusable method to discontinue flatlined values in YTD/MTD/WTD tables/graphs/BarCharts, such as this example: Data stops at 2. of February and thereby the chart flatl...
- 3 years ago
Hi, MacJasem
You can try the following methods.
Measure = IF([TotalSalesValueMTD]=0,0,1)Result:
Is this the result you expect?
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-zhangti
Community Support
3 years agoHi, MacJasem
You can try the following methods.
Measure = IF([TotalSalesValueMTD]=0,0,1)
Result:
Is this the result you expect?
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.