- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Matrix View based on Month
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

@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...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
10-29-2024 09:52 AM | |||
07-26-2024 12:47 AM | |||
07-21-2024 08:02 PM | |||
08-19-2024 06:50 AM | |||
09-30-2024 03:34 AM |
User | Count |
---|---|
123 | |
105 | |
84 | |
49 | |
46 |