Hi,
The DAX expression should be like :
= CALCULATE (COUNT([ColumnA]),'TableName'[ColumnB] = ".....")
Lukas
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
What can I do if my transaction log is full?--- Hot issues November
How to convert Profiler trace into a SQL Server table -- Hot issues November
Hi @Lukas Yu -MSFT
Thanks a lot for the suggestion.
Didn't tried your solution yet, will try the suggestion and let you know how it goes..