Forum Discussion
Required help in visualization
- 2 years ago
You are using implicit calculation hence this will take all. Filter within power bi Model will not help. It should be filtered out at power query level.
to get the result in power bi model you have to get the count with explicit measure
calculate(count(column), filter(table,column = what you want to see) or <> what you donot want to see
You are using implicit calculation hence this will take all. Filter within power bi Model will not help. It should be filtered out at power query level.
to get the result in power bi model you have to get the count with explicit measure
calculate(count(column), filter(table,column = what you want to see) or <> what you donot want to see
VijayP In the table view of dashboard, I am using new measure to calculate the count using your formula but seems like it is not correct. Can you please confirm if I am using right syntax.
Can you please help if my syntax is correct or I am making any other mistake.