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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
jchangco
Regular Visitor

How to Filter a table with other table that has no relationship

Hi guys,

Good afternoon,

I have a new table that contains 1,000 new customers. However, it has no customer id that could link to other tables.
Filter New Customers.png
I need to filter my transaction table to show only the transactions made by these new 1,000 customers, how do I do it?

Thanks in advance.

4 REPLIES 4
jchangco
Regular Visitor

Thanks @v-jingzhang 

Already completed & submitted the report.

ToddChitt
Super User
Super User

Is the [Customer ID] field in 'New Customers' table in the 'Transaction' table?

What if you UNION the Customer and New Customer tables together?




Did I answer your question? If so, mark my post as a solution. Also consider helping someone else in the forums!

Proud to be a Super User!





Thanks

 

The [Customer ID] is in the transaction table. No [customer id ] field in the new customer.

I made a workaround and don't know if there is a better solution. I created new columns for each table, merging the FirstName, LastName & DOB (my new unique identifier) then used lookupvalue to get the customer ID.

Hi @jchangco 

 

Your workaround is good. Another option is to recreate relationships based on your new unique identifier column, but this would not be better than using customer ID column as you have done. 

 

Best Regards,
Community Support Team _ Jing

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

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 Kudoed Authors