Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Good morning
Hope you can help me...
I have two measures from several calculations. From these two mesures I get the daily minimum using MIN()
What I would like to achieve is to have at the total column, the average of these minimum values.
What I get is the MIN of the average of the two measures.
Any idea how to tackle this?
For this example, as you can see, I have the minimum value for each day. What I am trying to acheive is to have 17.84 in the total row. average(17.67,17.83,18.02).
Thanks for your support!.
Solved! Go to Solution.
@Jpmercier00 , Assume you have min price measure, you use a measure like
averagex(values(Table[YYYY-MM]), [Min Price])
Just recreated your data:
Using the following measure:
gives the correct result:
@Jpmercier00 , Assume you have min price measure, you use a measure like
averagex(values(Table[YYYY-MM]), [Min Price])
@amitchandak So simple, so direct! Thank you very much!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 6 | |
| 6 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 24 | |
| 17 | |
| 10 | |
| 7 | |
| 6 |