Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Card Count not providing the correct count

I'm new to Power Bi, and I'm trying to create reports for my managers that are easily readable for tracking the amount of work open and processed.  When I use a card to get a count, I'm getting numbe...
  • parry2k's avatar
    parry2k
    7 years ago

    Anonymouscolumn you counting is ECN Ref (based on card visual), does it have blank? Can you create measure like below and use that measure on the card.

     

    Cnt = COUNTROWS( Table )