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
Fcoatis
Post Patron
Post Patron

Dax Countx

Hello, 

 

Given the following Table:Img1.PNG

 

 

I need a measure ( to be used as a Denominator) that counts the number of Alloc per FullJOB.

 

Result Expected:

 

AR0347/17-BH has 2 DOs and 3 HDs

AR0347/17-PU has 3 Dos and 4 HDs

 

click here  for the file

 

Thanks in advance

1 ACCEPTED SOLUTION
TomMartens
Super User
Super User

Hey,

 

not sure if this DAX-Measure

 

Measure = 
CALCULATE(
    COUNTROWS(
        'Table1'
    )
    ,ALL('Table1'[Atividade])
)

is what you're looking for, but on a first glance it looks promising

 

2018-02-28_21-30-59.png

 

Regards

Tom



Did I answer your question? Mark my post as a solution, this will help others!

Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany

View solution in original post

2 REPLIES 2
TomMartens
Super User
Super User

Hey,

 

not sure if this DAX-Measure

 

Measure = 
CALCULATE(
    COUNTROWS(
        'Table1'
    )
    ,ALL('Table1'[Atividade])
)

is what you're looking for, but on a first glance it looks promising

 

2018-02-28_21-30-59.png

 

Regards

Tom



Did I answer your question? Mark my post as a solution, this will help others!

Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany

Thank you. I´ll try to figure out how to embed this calculate in my other complex Measure.

 

Best Regards

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.