Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi everyone,
I'm trying to count the total number of merchants in different tables.
Basicaly I tried the following formula 😕
Solved! Go to Solution.
Do separate counts with + in between
Total = COUNT(Table1[Merchant]) + COUNT(Table2[Merchant]) + COUNT(Table3[Merchant]) + ...
Hope this helps
David
Do separate counts with + in between
Total = COUNT(Table1[Merchant]) + COUNT(Table2[Merchant]) + COUNT(Table3[Merchant]) + ...
Hope this helps
David
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.