Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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
Solved! Go to Solution.
Hi,
this is the solution.
@amitchandak,
I hope that pbix will open.
https://drive.google.com/file/d/1VhR7oDN4ksv_cxgcrXkgJtj06n1GpKOt/view?usp=sharing
Thank you,
Ondřej
Just use MAX instead of SUM.
Measure =
MAX ( 'Profitabilita own fleet AGG'[KM] )
Measure 2 =
DIVIDE ( SUM ( 'Profitabilita own fleet AGG'[KC] ), [Measure] )
Hi @v-chuncz-msft, @amitchandak
I have still problem with calculation Kč/km.
When I calculate Max km and this value used to divide Kč/Max km than result is wrong.
thank you
Ondřej
Hi,
this is the solution.
@Fidzi8 , I am not able see the level name in you table. but seem like you need sum till a level then take max of Avg for KM.
Try like
maxx(values(Table[level3]),sum(Table[KM]))
Where Level3 is name level having that 1481 value
but column maxx is same as column KM, what should I do next?
I donť know how I have to write formula
Thank you, Ondřej
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
76 | |
76 | |
56 | |
38 | |
34 |
User | Count |
---|---|
99 | |
56 | |
51 | |
44 | |
40 |