The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
I have the two table Global parameter and Remark2(local) . i am trying to get BOM value from Remark2(BOM) in Global parameter table using the below
Global Parameter :
ItemCode Rev Outer
FA031375.12 11 Thenna
FA031375.13 9 Thenna
Remark2 (Local)
ItemCode Rev BOMTEXT(Parameter BOM)
FA031375.12 11 Thenna
FA031375.13 9 Thenna
Execpted output:
ItemCode Rev Outer BOMTEXT
FA031375.12 11 Thenna Thenna
FA031375.13 9 Thenna Thenna
Looking for support . thanks in advance .
Solved! Go to Solution.
Hi,
You can use dax expressions below.
But in general Your model is good example which shows that usage of many-to-many relationships isn't good idea.
So many-to-many is the main problem here.
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
21 | |
19 | |
19 | |
18 | |
14 |
User | Count |
---|---|
42 | |
39 | |
24 | |
21 | |
19 |