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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
BartzD01
Regular Visitor

Count IF

I have a table that contains a product "100000" which is produced at 2 plants 1352 and 1353.

Every plan consumes each own material code (ex. 1352: 200001..200004 & 1353: 200005...200009).

The total produced volume for 1352: 10 and for 1353:20. However the volume 10 & 20 is repeattest photo 3.pnged becuase of the materials. I want one column to devide the times occurence of product 100000 at plant 1352"  10/5 times and 1353"  10/6 times. I used the formula at the picture test to count how many times occures a join of plant&product but did not worked because I guess there is a conflict with the other colums a well. Your help will be gratefull 

 

1 ACCEPTED SOLUTION
tex628
Community Champion
Community Champion

[Sales]
/
Calculate(
Countrows(Table),
ALL(table),
[Plant] = Earlier([Plant]),
[Product] = Earlier([Product])
)

Connect on LinkedIn

View solution in original post

2 REPLIES 2
tex628
Community Champion
Community Champion

[Sales]
/
Calculate(
Countrows(Table),
ALL(table),
[Plant] = Earlier([Plant]),
[Product] = Earlier([Product])
)

Connect on LinkedIn
AiolosZhao
Memorable Member
Memorable Member

Hi @BartzD01 ,

 

Please try below measure, it works on my desktop version:

test = CALCULATE(COUNTROWS(Table4),ALL(Table4[MATERIAL],Table4[Sales]))

Aiolos Zhao





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

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.