Forum Discussion

Leh's avatar
Leh
New Member
3 years ago
Solved

Subtotal includes blank values

Hello,   I need some help getting the subtotal to show the correct value in a Table Matrix by using DAX if possible, rather than using the filter on the page.   Below is a screenshot of my expect...
  • Ashish_Mathur's avatar
    Ashish_Mathur
    3 years ago

    Hi,

    Write this measure

    Hours Blank = SUMX(FILTER(VALUES(Jobs[Job  Number]),[Technician Labor Hours]<>BLANK()),[All Labor Hours])

    Hope this helps.