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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Milozebre
Helper V
Helper V

sum if

Good morning Community, 

 

I try to make a sum if with column. 

 

I  have a table with name, days and how many hours the guy work per day. 

Nom MondayTuesdayWednesdayThursdayFridaySaturdaySunday
Pierre Cardin7777700
Jean Reno000001010

 

 

I want to know 

Pierre : 5 days

Jean : 2 

 

I read some response here but I cant transpose the solution.

 

Thanl you in advance

1 ACCEPTED SOLUTION
v-yulgu-msft
Employee
Employee

Hi @Milozebre,

 

You should unpivot tables first in Query Editor mode.

1.PNG

 

Then, new a measure as below.

Count working days = CALCULATE(COUNT(Table_1[Weekdays]),Table_1[Value]>0)

2.PNG

 

Best regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-yulgu-msft
Employee
Employee

Hi @Milozebre,

 

You should unpivot tables first in Query Editor mode.

1.PNG

 

Then, new a measure as below.

Count working days = CALCULATE(COUNT(Table_1[Weekdays]),Table_1[Value]>0)

2.PNG

 

Best regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

@v-yulgu-msft

 

Thank you. 

Its working fine. 

 

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

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

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.