Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
lboldrino
Resolver I
Resolver I

Summerize DistinctCount by date

lboldrino_0-1618490460959.png

 

how can i caclute the bookingdays sum of my distinct sprint_Days??

how can i take this Result:

lboldrino_1-1618490604371.png

thanx for your Idee! 

Best Greetings

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@lboldrino , Try like

sumx(summarize(Table, Table[sprint_nr], Table[employee], "_1",DistinctCount(Table[String_day])),[_1])

View solution in original post

3 REPLIES 3
amitchandak
Super User
Super User

@lboldrino , Try like

sumx(summarize(Table, Table[sprint_nr], Table[employee], "_1",DistinctCount(Table[String_day])),[_1])

amitchandak
Super User
Super User

@lboldrino , In this case , this should work

DistinctCount(Table[String])

Ii need to sum Bookingdays pro sprints:

lboldrino_0-1618491427891.png

 

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.