cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
Syndicate_Admin
Administrator
Administrator

I can not get difference of days, subtracting previous location.

I need to make a measurement, column or something that allows me that when I have the same lot number and is in Office Warehouse I subtract the days of the last day in port and when this in port does not subtract me and keep the value of the side column, in this example 6. It should be noted that there are many different lots.

msaezv_1-1678379304091.png

I tried in various ways and it does not work for me, if anyone knows it would be great.

1 ACCEPTED SOLUTION
v-rongtiep-msft
Community Support
Community Support

Hi @Syndicate_Admin ,

Please have a try.

Create a measure.

measure=datediff(max(table[fecha de antigudad]),max([fecha stock]),day)

 

How to Get Your Question Answered Quickly 

 

If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .

 

Best Regards
Community Support Team _ Polly

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
v-rongtiep-msft
Community Support
Community Support

Hi @Syndicate_Admin ,

Please have a try.

Create a measure.

measure=datediff(max(table[fecha de antigudad]),max([fecha stock]),day)

 

How to Get Your Question Answered Quickly 

 

If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .

 

Best Regards
Community Support Team _ Polly

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Top Solution Authors