Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Measure to calculate lowest price/earliest price based on condition

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. 

 

 

PO3.PNG

 

The desired outcome should look something like this:

Eivindeiki_1-1636122997366.png

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , 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

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@Anonymous , 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

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.