Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
Hi ,
i have Customer Master List in Table 1 and Customer Visit date wise in Table 2.
I need to calculate
1. No of visit met customer
2. Balance Visit
3. Missed Customer List and count
4. Reach (Total No.of Customer Met > 0 / Total No.of Customer ) based on Month or QTR in Slicer
Solved! Go to Solution.
@Anonymous , Create common customer and Date table (with Qtr, Qtr Year etc) and then
1. No of visit met customer = count(Visits[Customer ID])
2. Balance Visit = Sum(Target[Quartely Target]) - count(Visits[Customer ID])
3. Missed Customer List and count = Countx(Values(Customer[Customer ID]) , if(isblank([No of visit met customer]), [Customer ID] , blank() ) ) //Plot with customer dim
4. Reach (Total No.of Customer Met > 0 / Total No.of Customer ) based on Month or QTR in Slicer = Divide(count(Visits[Customer ID]) , count(Customer[Customer ID]) )
When I asked you to create common tables: https://youtu.be/PqfGW6pl1Sw
When I asked you to create common tables: https://youtu.be/a2CrqCA9geM
https://medium.com/@amitchandak/power-bi-when-i-asked-you-to-create-common-tables-a-quick-dax-soluti...
@Anonymous , Create common customer and Date table (with Qtr, Qtr Year etc) and then
1. No of visit met customer = count(Visits[Customer ID])
2. Balance Visit = Sum(Target[Quartely Target]) - count(Visits[Customer ID])
3. Missed Customer List and count = Countx(Values(Customer[Customer ID]) , if(isblank([No of visit met customer]), [Customer ID] , blank() ) ) //Plot with customer dim
4. Reach (Total No.of Customer Met > 0 / Total No.of Customer ) based on Month or QTR in Slicer = Divide(count(Visits[Customer ID]) , count(Customer[Customer ID]) )
When I asked you to create common tables: https://youtu.be/PqfGW6pl1Sw
When I asked you to create common tables: https://youtu.be/a2CrqCA9geM
https://medium.com/@amitchandak/power-bi-when-i-asked-you-to-create-common-tables-a-quick-dax-soluti...
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 30 | |
| 28 | |
| 23 | |
| 21 | |
| 19 |
| User | Count |
|---|---|
| 44 | |
| 32 | |
| 18 | |
| 17 | |
| 17 |