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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
Anonymous
Not applicable

Question in regards to query

Hi, i need help as in this below query is for the earliest start time. Now what i want to find out is the earliest stop time with the next user and this user can be anyone apart from the user that has already worked on the case in the first time the earliest start time activity was processed. 

 

 

Earliest Start Time (UTC) = CALCULATE(MIN(activityinstances[Start]), FILTER(activityinstances, activityinstances[unique_id]=CaseIDs[unique_id] && activityinstances[Is Start]="TRUE"))
1 REPLY 1
v-stephen-msft
Community Support
Community Support

Hi @Anonymous ,

 

As a workaround, you could add the last refreshed date and time to the report, hope it helps.

How to Add the Last Refreshed Date and Time to a Power BI Report | Ask Garth

 

let

Source = #table(type table[Date Last Refreshed=datetime], {{DateTime.LocalNow()}})

in

Source

 

 

Best Regards,

Stephen Tao

 

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

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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

Top Solution Authors
Top Kudoed Authors