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.
Hi Everyone
i need your help guys to count duplicate over time but with different conditions
my problem that i have a table with 2 million rows (2 years history), and i want to count the duplicate case i have in my table with some criteria.
- I first want to count the cases repeated for 1 month (if it is repeated after 30 days that it counts as a new case),
- It should be in the same Email category (if the case is repeated but under another category it will not be calculated)
- It must be treated by the same employee (if the repeated case was treated by another employee it will be counted as new).
Thank you all
Solved! Go to Solution.
Hi @Anonymous ,
I created a sample pbix file(see attachment) for you, please check whether that is what you want.
Best Regards
can someone help please