Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hey guys,
I need help. I would have to count the emails by categories, but I don't know how to count ir from the present row to the previous in the same category email.
For example, I have 6 emails (RRHH[emails] from 3 different categories:
xavipp@gmail.com (Count the present email. Result1)
xavipp@gmail.com (Count the present mail and the previous. Result:2)
xavipp@gmail.com (Count the presnet mail and the 2 previous. Result 3)
marcpp@gmail.com (Count the present mail. Result 1)
marcpp@gmail.com (Count the present mail and the previous. Result:2)
reivaxpp@gmail.com Count the present mail. Result 1)
Thanks!!
Solved! Go to Solution.
Hi @Anonymous
It's achievable, but would request you to share the pbix file for some ss of your data so that i can provide you with better solution.
Thanks,
Ankit Kukreja
Hi @Anonymous
It's achievable, but would request you to share the pbix file for some ss of your data so that i can provide you with better solution.
Thanks,
Ankit Kukreja
what's your index column (the one that guarantees the sort order)?
You can use that column to identify the switchover from one email to another.
User | Count |
---|---|
15 | |
11 | |
6 | |
6 | |
5 |
User | Count |
---|---|
30 | |
18 | |
11 | |
7 | |
5 |