The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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