Hi,
I cant figure it out on how can I countrows for total SRID table exactly to count 18 tickets although it has duplicate tickets number?
Thanks.
SRID |
REQ000002749171 |
REQ000002749182 |
REQ000002749297 |
REQ000002749396 |
REQ000002749438 |
REQ000002749443 |
REQ000002527212 |
REQ000002609040 |
REQ000002502773 |
REQ000002633179 |
REQ000002376181 |
REQ000002681173 |
REQ000002793102 |
REQ000002486206 |
REQ000002486206 |
REQ000002486753 |
REQ000002486753 |
REQ000002501372 |
Solved! Go to Solution.
Hi @Zaky ,
To count rows of the total table, just use countrows() function:
Countrows = COUNTROWS('Table')
Best Regards,
Yingjie Li
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.
@Zaky you can add a measure to calculate distinct values
Distinct Value = DISTINCTCOUNT ( Table[Column] )
I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos whoever helped to solve your problem. It is a token of appreciation!
⚡Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.⚡
Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
It's still count 16 tickets ignoring 2 tickets which are duplicate tickets. . It supposed to count 18 tickets.
Thanks in advance for your help.
Join us for an in-depth look at the new Power BI features and capabilities at the free Microsoft Business Applications Launch Event.
User | Count |
---|---|
444 | |
160 | |
114 | |
53 | |
52 |
User | Count |
---|---|
459 | |
143 | |
130 | |
78 | |
71 |