Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance 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 |
---|---|
77 | |
76 | |
41 | |
30 | |
24 |
User | Count |
---|---|
97 | |
91 | |
52 | |
47 | |
46 |