The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
Solved! Go to Solution.
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
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
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
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
User | Count |
---|---|
75 | |
70 | |
39 | |
30 | |
28 |
User | Count |
---|---|
104 | |
95 | |
51 | |
48 | |
46 |