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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Tremor1981
Frequent Visitor

Count Number of Days an Equipment is at a location.

Hello - I've tried to come up with a dax that will count the number of days an equipment is at a location. I've included a data sample below: The end goal would be to have: Resource Description, Location, Date Range and number of days.

 

Tremor1981_0-1677102985089.png

 

 

 

 

 

 

6 REPLIES 6
uzeq
Advocate I
Advocate I

I don't know if my solution is very efficient. Here's what I did in the same situation in the Power Query Editor: I made a custom column with this formula:
Duration.Days([Date Finished] - [Date Started])+1

 

In my situation, I added a +1 because my equipment being the same place logging as 0 days was causing a nuisance.

I think that would work if the Start date/Finish date was align but in this case the finished date is only showed when the equipment piece is moved(see spreadsheet)

You can also add conditional column - if empty, use the Today function. If populated, use what is in there.

https://learn.microsoft.com/en-us/dax/today-function-dax

 

Then use that for your duration calculation.

Again - not sure if this is the most efficient solution but it has worked for me.

I don't understand

From what I understand, your finish date is either empty or not populated. If you have a finish date, you can use power query to add a custom column to count the days, using Duration.Days.

 

Since you have gaps, you could make an additional column. If you have a finish date, pull that in. Otherwise, use the current date in your new column. Use this new column for the subtraction mentioned above. This would give you an ongoing count of duration for the equipment.  

I see. I didnt explain fully. So each row represents a equipment move. the column finish date is worthless(it's how the systems works right now). The move from column and move to column lets me know that a equipment peices was moved. So you'll have to take the difference of the start dates. see below

 

Tremor1981_0-1677109021530.png

 

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

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

August Carousel

Fabric Community Update - August 2024

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