Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
Solved! Go to Solution.
Hi @Anonymous
this column 'TNS_dbo_POS.CPI'[Time] contains HH:MM:SS ? if so then you need to render it all in SS then
Hours worked =
VAR _Hours = DIVIDE('TNS_dbo_POS.CPI'[Time_In_Seconds] ,3600)
RETURN
ROUNDUP(_Hours, 0)
Regards
Amine Jerbi
If I answered your question, please mark this thread as accepted
and you can follow me on
My Website, LinkedIn and Facebook
Hi @Anonymous
this column 'TNS_dbo_POS.CPI'[Time] contains HH:MM:SS ? if so then you need to render it all in SS then
Hours worked =
VAR _Hours = DIVIDE('TNS_dbo_POS.CPI'[Time_In_Seconds] ,3600)
RETURN
ROUNDUP(_Hours, 0)
Regards
Amine Jerbi
If I answered your question, please mark this thread as accepted
and you can follow me on
My Website, LinkedIn and Facebook
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
72 | |
71 | |
68 | |
42 | |
42 |
User | Count |
---|---|
46 | |
40 | |
28 | |
27 | |
26 |