Forum Discussion

dswinden's avatar
dswinden
Icon for Helper II rankHelper II
2 years ago
Solved

Total showing sum of data when data is blank

Lets say you have a data table like the below;   When i load this into a matrix table in PBI, and i build simple measures for "Sales vs Budget" it looks like this;   I want the total ...
  • dswinden's avatar
    dswinden
    2 years ago

    Thank you for the reply, but found a simpler method using sumx

     

    Sumx(

    summarize(date table, month),

    [Budget Measure]

    )