Reply
Prabhu_J04
Regular Visitor
Partially syndicated - Outbound

Matrix View based on Month

Prabhu_J04_0-1727693188235.pngPrabhu_J04_1-1727693206835.png

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

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

Syndicated - Outbound

@Prabhu_J04 , 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...

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

Syndicated - Outbound

@Prabhu_J04 , 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...

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
avatar user

Helpful resources

Announcements
March PBI video - carousel

Power BI Monthly Update - March 2025

Check out the March 2025 Power BI update to learn about new features.

March2025 Carousel

Fabric Community Update - March 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors (Last Month)
Top Kudoed Authors (Last Month)