Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
25 | |
12 | |
11 | |
10 | |
6 |