Forum Discussion
GuestUser
6 years agoHelper V
Cumulative dax query help
Hi We are using power bi with ssas tabular model using connect live option. Need help in cumulative column Report format is as below Matrix view Year. 2018. 2019 Item. Trxcount. Cumulative T...
GuestUser
6 years agoHelper V
Hi mwegener ,
Thanks for your inputs!!
Changed formula for Trx Count
Trx_Count = if(sum(Table[Item_count]) = blank(),0,sum(table[item_count])) ---- Shows 0 instead of blank
And Cumulative values show..previous value where Trx_Count is 0
But still I am not able to get rid of records having Trx_Count=0 , when i apply filter..it gives incoorect cumulative value...as posted in previous screenshot