Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hello,
I need help finding an expression for a table.
I have two tables, one of the unique customer IDs, one of product information including products assigned to a customer id and its manufacturer.
I need to find a way to count how many times a specific manufacturer appears in the product list by customer id.
The current formula i have that incorrectly results in a count of how many times the manu. appears:
Sum of Manu Prod= Countrows(FILTER('Prod list',[Manufacturer]="MANU01"))
I understand this is incorrect but I cannot find an additonal expression to count those appearances by the unique code/customer ID code.
Thank you,
bhelp
Solved! Go to Solution.
embarrasingly easy solution- Sum of Manu Prod = Calculate(Count('Prod List'[MANU],'Prod list'[MANU]="MANU01")
embarrasingly easy solution- Sum of Manu Prod = Calculate(Count('Prod List'[MANU],'Prod list'[MANU]="MANU01")
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 11 | |
| 7 | |
| 5 | |
| 5 | |
| 3 |