Forum Discussion

Micky1968's avatar
Micky1968
Frequent Visitor
7 months ago
Solved

Wrong total in list

Dear all, I know there are already a lot of topics with this issue but I can't get it to work: I have two tables: Table1 only 1 field with the name serials Table2 with all the data including the ...
  • Micky1968's avatar
    7 months ago

    Dear all,
    I think I found the solution with some help from Youtube and reading:
    The DAX should be 

    Claims = COUNTX('Tabelle2',('Tabelle2'[Anzahl]))
    Claims correct = sumx( SUMMARIZE('Tabelle1','Tabelle1'[Serials]), CALCULATE('Tabelle2'[Claims]))
    I added the Claims correct field to the List and the total is now correct.

     

    Reading and listening helps 🙂