Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
Hi everyone,
Please I need your help,
I'm calculating the time past by day, on this example the FRE_NextTime finished on the next day, then i calculate MINUIT that mean from FRE_Time to midnight, 115.47 minuts for February 8, and did the same for the next day of February 9, MATIN is the rest from FRE_NextTime back to midnight, the MATIN, 363.73 min belongs to the next day February 9.
I need to associate the value of MATIN to the right date, in this case FRE_NextTime - Copier.
I tried this:
Thanks a lot,
Hi,
According to your description, i create a sample to test:
Then try these two columns:
MINUIT = DATEDIFF('Table'[FRE_Time],'Table'[FRE_Time-LIAISON]+TIME(0,0,0)+1,SECOND)/60
MATIN = DATEDIFF('Table'[FRE_NextTime-Copier]+'Table'[FRE_NextTime],'Table'[FRE_NextTime-Copier]+TIME(0,0,0)+1,SECOND)/60
The result shows:
Here is my test pbix file:
Hope this helps.
Best Regards,
Giotto Zhi
But i still need to associate for example, the MATIN's value (1076,28) to the right date (February 9) when i filter by date.
the problem here, is when I select a date ( February 😎 i have to see all the MINUIT's value and for ( February 9) all the MATIN's value because of is after the midnight and it belong to the next day of 8.
Thanks,
Hi,
I am still confused about your requirement.
Could you please explain more about your requirement and expected result for me to help you further.
Thanks!
Expect your reply!
Best Regards,
Giotto Zhi
Here is the real data,
My expected result appears on TIME column with those conditions:
if FRE_NextTime - Copier <> FRE_Time - LIAISON then :
MINUIT:
MATIN:
Hi,
According to your posted screenshot, please try this column:
Time =
IF (
'TBL_RESULTS'[MINUIT] <> BLANK (),
'TBL_RESULTS'[MINUIT],
'TBL_RESULTS'[CYCLE]
)
Best Regards,
Giotto
Hi,
What about MATIN status?
Tks,
Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
126 | |
113 | |
72 | |
65 | |
46 |