Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
Anonymous
Not applicable

Customers in report with 0 sales value not shown

Hi all, 

 

I have ran into a problem showing up the full customer list for a sales reporting. Consider a customer base:

 

Customer IDCustomer Name
2325Cust1
3540Cust2
4056Cust3
8090Cust4

 

 

and POS report:

Customer IDPOS valuedate
23255001.11.2022
35403001.11.2022
40564501.11.2022
23252001.11.2022
35401002.11.2022
35403002.11.2022
40564502.11.2022
23251003.11.2022
35402503.11.2022
4056803.11.2022

 

As you can see the customer with ID=8090, Cust4 has no POS. Therefore PowerBI does not include this customer into the Table reporting:

 

DmitryVasilenko_0-1674730535968.png

 

How it's possible to add this customer, and show up 0 POS value in the reporting?

1 ACCEPTED SOLUTION
BA_Pete
Super User
Super User

Hi @Anonymous ,

 

Create a POS Value measure like this:

 

_posValue0 = SUM(Table2[POS value]) + 0

 

Then use Table1[Customer ID] and Table1[Customer Name] in your visual (assuming Table1 is related to Table2 on a Dimension:Fact basis) with your new measure.

 

Pete



Now accepting Kudos! If my post helped you, why not give it a thumbs-up?

Proud to be a Datanaut!




View solution in original post

1 REPLY 1
BA_Pete
Super User
Super User

Hi @Anonymous ,

 

Create a POS Value measure like this:

 

_posValue0 = SUM(Table2[POS value]) + 0

 

Then use Table1[Customer ID] and Table1[Customer Name] in your visual (assuming Table1 is related to Table2 on a Dimension:Fact basis) with your new measure.

 

Pete



Now accepting Kudos! If my post helped you, why not give it a thumbs-up?

Proud to be a Datanaut!




Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors