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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! 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-solution-8e3eccb41bda
@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-solution-8e3eccb41bda
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 41 | |
| 38 | |
| 36 | |
| 31 | |
| 28 |
| User | Count |
|---|---|
| 128 | |
| 88 | |
| 79 | |
| 68 | |
| 63 |