The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Solved! Go to Solution.
@jay_patel , two new columns
New column =
Quotient([column],60) & ":" & mod([column],60)
or
New column =
time(Quotient([column],60) , mod([column],60) )
same calculation can be used in measure
@jay_patel , two new columns
New column =
Quotient([column],60) & ":" & mod([column],60)
or
New column =
time(Quotient([column],60) , mod([column],60) )
same calculation can be used in measure