Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hello,
I have these two tables:
1. Posted Purchase Invoice Lines: This one includes a field called Dimension_Set_ID. This table also contains ShortcutDimension1 (called KÖLTSÉGHELY) and ShortcutDimension2 (called PROJEKT):
2. Dimension Set entries: This table also contains the Dimension_Set_ID field. It captures all the unique dimension value combinations. For example, I have three dimension codes set in BC, and unique dimension value combination gets a new number (called Dimension_Set_ID)
My goal is to display the ShortcutDimension3 (which is called AKTIVÁLÁSI KÓD in the DimensionSetID table) in the PostedPurchaseLine table. I have made an attempt by using LOOKUPVALUE:
Makes little sense to do such things in DAX. Do it in Power Query, where this calculation truly belongs.