Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hello,
I have a llist of sales reps (salesrepname), and the years they bave been participating (boxid). I am trying to generate a list of reps that have never participated in the program before. I want to provide them additional help. My database guy gave me the following query:
select distinct a.SalesRepName from BrandedBox a
left join BrandedBox b on a.SalesRepName = b.SalesRepName and a.BoxID != b.BoxID -- join on name, but make sure we don't match records up w/ themselves
where a.BoxID=17 and b.SalesRepName is null -- 17 is the current box
How do I generate this list in Dax?
Cheers!
Peter
Solved! Go to Solution.
@asbpowerbi , You need to have a logic like
Customer Retention Part 5: LTD Vs Period Retention
https://community.powerbi.com/t5/Community-Blog/Customer-Retention-Part-5-LTD-and-PeriodYoY-Retentio...
Customer Retention with Dynamic Segmentation, New/Lost/Retain Customer Count: https://www.youtube.com/watch?v=W4EF1f_k6iY
If this does not help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
@asbpowerbi , You need to have a logic like
Customer Retention Part 5: LTD Vs Period Retention
https://community.powerbi.com/t5/Community-Blog/Customer-Retention-Part-5-LTD-and-PeriodYoY-Retentio...
Customer Retention with Dynamic Segmentation, New/Lost/Retain Customer Count: https://www.youtube.com/watch?v=W4EF1f_k6iY
If this does not help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
99 | |
72 | |
44 | |
38 | |
30 |
User | Count |
---|---|
156 | |
92 | |
62 | |
44 | |
41 |