Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hello
i would to ask how can i calculate minutes between two times.
here i try:
Solved! Go to Solution.
Hi @Raoom_A
I'm unsure why you think your original measure didn't work.
Also, I'm unsure of how you can expect a result for the first 2 rows to both be equal to 10 minutes.
Out of curiosity, are your dates formatted as MM/DD/YYYY or DD/MM/YYYY ? That would make a big difference.
Hi @Raoom_A
I'm unsure why you think your original measure didn't work.
Also, I'm unsure of how you can expect a result for the first 2 rows to both be equal to 10 minutes.
Out of curiosity, are your dates formatted as MM/DD/YYYY or DD/MM/YYYY ? That would make a big difference.
It is correct that I made a mistake in writing the date .. Thank you!
Please try this expression.
= 24*60 - ('Table 1 (page)'[open] - INT('Table 1 (page)'[open]) - 'Table 1 (page)'[close] + INT('Table 1 (page)'[close]) )
sorry it dose not work!
the result it pic
@Raoom_A Try this:
Column = ([open] - TRUNC([open])) - ( [close] - TRUNC([close])) * 24 * 60
do not work
Did not bring the expected output
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
114 | |
89 | |
88 | |
35 | |
35 |
User | Count |
---|---|
152 | |
99 | |
82 | |
63 | |
54 |