Forum Discussion
Running Count Showing Blank Values
Hello everyone,
I'm facing an issue with my running count calculation that's showing blank values. The blank values appear due to no values being keyed in the month August.
I'm using the following formula below:
Is there anything I can do to ensure the running count formula extends to blank rows?
Thanks!
- Anonymous2 years ago
Hi Anonymous ,
Do you want a smooth transition in August or do you want it to show 0?
1. Please try:Closed (Actual) = CALCULATE( COUNT('Table1'[combined_id-Cat]), FILTER( ALLSELECTED('Table1'), 'cat+mit'[closed_date_name] <= MAX('cat+mit'[closed_date_name]) )) + 0
2. Consider using continuous axis instead of classified axis.Best Regards,
Gao
Community Support TeamIf there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!How to get your questions answered quickly -- How to provide sample data in the Power BI Forum -- China Power BI User Group
2 Replies
- AhmedxSuper User
you need to either get the latest previous sales or get the Rolling average for 3 months
latest previous sales :
https://community.fabric.microsoft.com/t5/Desktop/I-need-help-with-DAX-query-to-SUM-the-Amount-of-different/m-p/3588927#M1179925 - AnonymousNot applicable
Hi Anonymous ,
Do you want a smooth transition in August or do you want it to show 0?
1. Please try:Closed (Actual) = CALCULATE( COUNT('Table1'[combined_id-Cat]), FILTER( ALLSELECTED('Table1'), 'cat+mit'[closed_date_name] <= MAX('cat+mit'[closed_date_name]) )) + 0
2. Consider using continuous axis instead of classified axis.Best Regards,
Gao
Community Support TeamIf there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!How to get your questions answered quickly -- How to provide sample data in the Power BI Forum -- China Power BI User Group