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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
I have table dim_language contain two rows:
Lang_Key Lang_Name
1 English
2 Arabic
In another table dim_field (without relationship with the first dim_language) i have the next columns:
Field_Name_key Field_name_English Field_Name_arabic
1 math ?????
2 english !!!!
3 history ######
I created the next measure:
Hi @Anonymous
calculated columns do not interact with the filter context. What exactly are you trying to accomplish?