Forum Discussion

Pikachu-Power's avatar
Pikachu-Power
Impactful Individual
1 year ago
Solved

wrong total value in table

Hello Power BI Forum,   I have a table with the columns TARIFF, SEGMENT, ARTICEL and the following measure to calculate with right total sum:   Measure = IF(   HASONEVALUE(TABLE[TARIFF]),   ...
  • Pikachu-Power's avatar
    1 year ago

    Hello,

     

    HASONEVALUE(TABLE[TARIFF]) && HASONEVALUE(TABLE[SEGMENT]) && HASONEVALUE(TABLE[TARTICEL])

     

    instead of  

     

    HASONEVALUE(TABLE[TARIFF])

     

    helped.

     

    Many thanks.