Forum Discussion
summerize differently depending on filter
Hi,
because my "Lost_amount"
But depending on how many customers (=CYname) it summarizes differently.
Correct for one customer:
Something else instead of Total for more customers. (It is not even the average. No clue what it is summarizing)
Some ideas how this can be fix?
Thanks
20 Replies
- tamerj1Community Champion
Anonymous
So this didn't work?
https://community.powerbi.com/t5/DAX-Commands-and-Tips/wrong-total/m-p/3099511#M108904
- AnonymousNot applicable
Hi, thanks for your help again 🙂
I thought it works, but then I continued all night and now it is empty again. The columns did not change, the relationships did not change. I can't immagine why your code does not work not. So build up on your idea I used the summary table, which is now called "Lost_amount3", but this summarizes strange- tamerj1Community Champion
Anonymous
This way should workLost_new = SUMX ( SUMMARIZE ( '6_Lost', '6_Lost'[StartDate], '6_Lost'[EndDate], '6_Lost'[Product], '6_Lost'[CYname], 'Date'[Jahr], 'Date'[Monat] ), [Last_Sales] )