Forum Discussion
Fidzi8
Helper V
6 years agoWrong value in Matrix
Hi, Please, I need advice. My matrix works badly and I donť know how edit DAX My data tabel is here: Thank you Ondřej
- 6 years ago
Hi,
this is the solution.
1. Max km = MAX('Profitabilita own fleet AGG'[KM])2. sum max = SUMX(SUMMARIZE(VALUES('Profitabilita own fleet AGG'[KM]);'Profitabilita own fleet AGG'[KM];"ABCD";'Profitabilita own fleet AGG'[Max km]);[ABCD])Ondrej
amitchandak
Super User
6 years agoFidzi8 , It should be like
divide(Sum[Table[KC]),Sum(Table[KM])), replace with the correct columns
Fidzi8
Helper V
6 years agoHi amitchandak ,
It is the same 😕
Thank you
Ondřej