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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Piinherio
Frequent Visitor

Lookupvalue returns all values

Hello all, 

 

I have two tables shown below, I want to bring the PO number and Qty from table 2 to table 1 without merging queries. I tried to do lookupvalue but it only brings one PO number. is there any solution for this. 

 

Thanks in advance.

 

Table 1

Material NumberMaterial DescQty
12AAA10

 

Table 2

Material NumberPO NumberPO Qty
121597532
127946314
128965134

 

Results 

Material NumberMaterial DescQtyPO NumberPO Qty
12AAA101597532
   7946314
   8965134

 

 

 

1 ACCEPTED SOLUTION

Enable "show items with no data"

View solution in original post

5 REPLIES 5
lbendlin
Super User
Super User

Let the data model do the work.  Join the tables by the Material Number.

Thank you for your reply. I already made a relationship based on material number, but when there is no P.O for a spesfic material (Material Number 13), the material number disappear from the table. as shown below. 

 

Piinherio_0-1683271126967.png

 

Enable "show items with no data"

is there anyway to replace the blanks cells with a text? 

 


To report on things that are not there you need to use disconnected tables and/or crossjoins

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors