Forum Discussion

Bansi008's avatar
Bansi008
Helper III
2 years ago
Solved

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 ...
  • VijayP's avatar
    2 years ago

    Bansi008 

    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