Forum Discussion

scd66's avatar
scd66
Helper I
1 year ago
Solved

PowerBI Running Total error

I am trying to multiply 3 columns together in a PowerBI Table Visual and this seems to work well for the row values and gives the correct answer, but it seems to produce a huge running total which is...
  • SamanthaPuaXY's avatar
    1 year ago

    Hi scd66 ,
    you are summing the individual columns then doing the product. Instead you could put all the columns in the same table, then use this formula:
    Measure = SUMX(Table, Column1 * (Column2/100) * (Column3/100))

    Hope this helps, do give a kudos if it solves your problem 🙂

  • scd66's avatar
    scd66
    1 year ago

    Thank you so much Samantha. I got your formula to work when I merged the area table to the percentages table and it now gives the correct running total.