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
o59393
Post Prodigy
Post Prodigy

Sumx returning wrong value

Hi all

 

I've been trying hard to get this sum correct but still not able.

 

The dax measure called count if is not returning me the right sum in the matrix below:

o59393_1-1714349201465.png

 

The statement is simple in that count if, if the % is >=1% return 1 else 0. That works well, the problem is the total. In the example above is giving me 8, but it should be 2.

 

Any support is appreciated. I attach pbix and excel with raw data and outcome desired.

 

COUNT_IF.pbix

TEMPLATE.xlsx

 

Thanks

 

 

 

 

o59393_0-1714349124523.png

 

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

4 REPLIES 4
lbendlin
Super User
Super User

lbendlin_0-1714350945916.png

 

Hi @lbendlin 

The image is cut, can you please paste the dax?

 

So far I have:

 

 

 

Count IF = 

COUNTROWS(
    FILTER(
        ADDCOLUMNS(
            SUMMARIZE(
                Template, Template[Facet], Template[Area], Template[Tier 1: Process Facet], Template[Tier 2: Activity Facet]),"S",[Non Duplicate Hours Process/Activity 3])
))

 

 

o59393_0-1714351396134.png

 

 

Thanks.

i added the pbix too.

you rock! @lbendlin 

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.