Forum Discussion
Anonymous
7 years agoNot applicable
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...
- 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 )
Anonymous
7 years agoNot applicable
Are you using count or distinctcount?
Anonymous
7 years agoNot applicable
I've tried it with both.
- Anonymous7 years agoNot applicable
Are you using a measure or counting a field in you dataset?
- Anonymous7 years agoNot applicable
I'm counting a field in my dataset.
I found a way to make it work, but it's a work-around not a solution, I created a new column in my dataset, using only the year, and then counted that and received the correct number.
Anonymous wrote:Are you using a measure or counting a field in you dataset?
- parry2k7 years agoSuper User
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 )