Forum Discussion

powanpilla's avatar
powanpilla
Frequent Visitor
3 years ago
Solved

wrong totals in table while percentages

while calculating the percentages the values of categories are correct but the total of the percentages are wrong

 

  • hello powanpilla for each measure that has wrong percentage , do the following measure

    if(hasonevalue('table'[fruits]) , [your measure] , sumx(values('table'[fruits]),[your measure]))


    do this for each incorrect total measure and put the new measure

5 Replies