Hi Community,
I am looking for a measure to calculate the following:
1. The lowest/highest price
3. The earliest/latest price
I will use Material Number 1000357778 as an example.
The measures should show (note that the date format is dd/mm/yyyy 😞
1. The lowest price is 12 205,61 and was achieved on 06.10.2021
2. The highest price is 13 035,48 and was achieved on 06.05.2021
3. The first price was 12 505,36 and was achieved on 08.03.2021
4. The last price was 12 205,61 and was achieved on 06.10.2021
I have a table with a direct connection, so I need this to be a measure.
If I remove Purchase Order - Line from the table, the Price will sum to approx. 60 000, which is not desirable. I don't want to show Sales Order - Line in the table.
The desired outcome should look something like this:
Solved! Go to Solution.
@Eivindeiki , Firstnonblankvalue , lastnonblankvalue should help
Firstnonblankvalue(Table[Price], min(Table[Date]))
calculate(Firstnonblankvalue(Table[price], min(Table[date])), allexcept(Table, Table[Material])
refer : https://www.linkedin.com/pulse/five-recent-power-bi-functions-you-should-use-more-often-amit-chandak
@Eivindeiki , Firstnonblankvalue , lastnonblankvalue should help
Firstnonblankvalue(Table[Price], min(Table[Date]))
calculate(Firstnonblankvalue(Table[price], min(Table[date])), allexcept(Table, Table[Material])
refer : https://www.linkedin.com/pulse/five-recent-power-bi-functions-you-should-use-more-often-amit-chandak
User | Count |
---|---|
352 | |
96 | |
63 | |
57 | |
47 |
User | Count |
---|---|
323 | |
114 | |
83 | |
71 | |
60 |