The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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!
User | Count |
---|---|
25 | |
10 | |
8 | |
6 | |
6 |
User | Count |
---|---|
31 | |
12 | |
10 | |
10 | |
9 |