Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi All -
I have a card on my dashboard where I drop the ID field from Table A and it counts the rows.
If I create a measure to count Table A, I don't get the same number
Total Rows Table A = COUNT('Table A'[Id])
Why is this and how do I make sure these 2 numbers match so I know it's doing the same calculation?
Hi @Cathryn,
Maybe you are choosing COUNT(DISTINCT) for the Card. However your measure is just a COUNT().
By the way, where did you put this measure? Could you please share us some screenshots about your dashboard?
Thanks,
Xi Jin.
Hi,
Try one of the following measures:
=DISTINCTCOUNT('Table A'[Id])
=COUNTROWS('Table A'[Id])
Does any of these work?
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
71 | |
38 | |
31 | |
27 |
User | Count |
---|---|
91 | |
50 | |
44 | |
40 | |
35 |