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.
how can i caclute the bookingdays sum of my distinct sprint_Days??
how can i take this Result:
thanx for your Idee!
Best Greetings
Solved! Go to Solution.
@lboldrino , Try like
sumx(summarize(Table, Table[sprint_nr], Table[employee], "_1",DistinctCount(Table[String_day])),[_1])
@lboldrino , Try like
sumx(summarize(Table, Table[sprint_nr], Table[employee], "_1",DistinctCount(Table[String_day])),[_1])
Ii need to sum Bookingdays pro sprints: