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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Bebs
Helper II
Helper II

DAX : possible to create a table with 2 fields from 2 different tables

Hi, I've a model like this :

Fact_Table:

Product, Customer_ID

P1, C1

P2, C1

P3, C2

....

 

Dim_Table:

Customer_ID, Customer_Region

C1, Region1

C2, Region2

 

 

I would like to get the list of Product from Region 1 (Important : Without using the function CALCULATE)

How can I write this in DAX ?

(My main difficulty is a lot of DAX Function such as Summarize or Filter only seems to apply to one Table).

 

Thanks

1 ACCEPTED SOLUTION
qqqqqwwwweeerrr
Super User
Super User

Hi @Bebs 

 

I am not sure if i can understand the problem. Here is my approach if join both the tables then it should slove the problem 

qqqqqwwwweeerrr_0-1712757943979.pngqqqqqwwwweeerrr_1-1712757963132.pngqqqqqwwwweeerrr_2-1712757979077.png

Did I answer your question? Mark my post as a solution! Appreciate your Kudos!!

check out my other instering video here: www.youtube.com/@Howtosolveprobem

 

Reagrds

View solution in original post

1 REPLY 1
qqqqqwwwweeerrr
Super User
Super User

Hi @Bebs 

 

I am not sure if i can understand the problem. Here is my approach if join both the tables then it should slove the problem 

qqqqqwwwweeerrr_0-1712757943979.pngqqqqqwwwweeerrr_1-1712757963132.pngqqqqqwwwweeerrr_2-1712757979077.png

Did I answer your question? Mark my post as a solution! Appreciate your Kudos!!

check out my other instering video here: www.youtube.com/@Howtosolveprobem

 

Reagrds

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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