Forum Discussion

shashar11's avatar
shashar11
Frequent Visitor
6 years ago
Solved

Need Suggestion

Hello-

 

I was suggested below measure for calculating the count of records from Column A where column B value is >=3 from excel spreadsheet.
Measure =
CALCULATE(
DISTINCTCOUNT('Table'[Column A]),'Table'[Column B] >= 3
)

Now, I am also trying to count the number of records from column A where Column B>=3 and column C =Yes.
In addition to above, I am also trying to count the number of records from
column A where Column B>=3 or column C =Yes. Can anyone kindly suggest.
Also please refer any guide where I can learn/try more of the DAX queries.

 

Thank you in advance!

3 Replies