Forum Discussion
Bansi008
2 years agoHelper III
Required help in visualization
Hi there, I am using card visual in the PowerBI visualization pane, and field what I selected is stocks name and converted it into count. since in the foundational table I have records like account ...
- 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