Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

wrong column subtotals

Hi Power Bi users, 

 

I have a little issue with the column subtotals for a pivot table i've made using following dax-formula: 

'MeasureC = IF(ISBLANK(MeasureA), (blank() + 0), MeasureB)'. What I want to do is to sum up the values for each staff number for the consecutive six weeks of year 2020. The problem is that the total value isn't correct. Not all values get summed up. 
 
 

  • Hi Anonymous ,

     

    Create a new meaure like that should fix the issue.

    new = sumx(your table, [Measure C])

     

4 Replies