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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

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
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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

Top Solution Authors