The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi all,
I have a problem with DAX functions QUOTIENT.
I have "minutes spent fact" column and I want to convert it to "X day, Y hours, Z mins" format.
My first step is to divide "minutes spent fact" by 60 to convert minutes to hours
I'm using QUOTIENT function. Here what it returns
QUOTIENT (1320, 60) should return 22. Am I right? or I get the wrong idea of this function...
Here are other screen with some wrong zero results
Solved! Go to Solution.
Hi @LoonaMoon
Try TRUNC([minutes spent fact]/60).
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Hi @LoonaMoon
Try TRUNC([minutes spent fact]/60).
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
User | Count |
---|---|
11 | |
8 | |
6 | |
6 | |
5 |
User | Count |
---|---|
24 | |
14 | |
13 | |
8 | |
8 |