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!View all the Fabric Data Days sessions on demand. View schedule
Hello-
I need to count number of records from Column A where column B value is >=3 from excel spreadsheet. Can someone please help?
Solved! Go to Solution.
try a measure
Measure =
CALCULATE(
DISTINCTCOUNT('Table'[Column A]),'Table'[Column B] >= 3
)do not hesitate to give a kudo to useful posts and mark solutions as solution
try a measure
Measure =
CALCULATE(
DISTINCTCOUNT('Table'[Column A]),'Table'[Column B] >= 3
)do not hesitate to give a kudo to useful posts and mark solutions as solution
Thanks for the solution.
There is an additional question that arised when I started using the DAX you suggested. Can the count be done on two where conditions? i.e. count number of records from Column A where column B value is >=3 and column C value ='Yes'? Is there a way I can add or condition as well?
Thanks,
Shelly
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!