Forum Discussion
Anonymous
5 years agoNot applicable
Countif problem
Hi everyone , I have a table indicating number of sold units per product for each customer key. What I want to do is calculating countif formula like excel by counting row disregarding blanks per...
Greg_Deckler
Community Champion
5 years agoAnonymous Excel to DAX translation is here: Excel to DAX Translation - Microsoft Power BI Community
COUNTIF is
|
COUNTX(FILTER(...)...) or CALCULATE(COUNT(),FILTER(...)) |