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 Experts
I want to sum the Planned Procedure time based on distinct ListID.... need a measure please.
Solved! Go to Solution.
@Anonymous , A new measure
Sumx(Summarize(Table, Table[ListID], Table[PlannedProcedureTime]), [PlannedProcedureTime])