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 am new to DirectQuery data, and i am trying to create additional columns that relate and pull through related data from other tables for the visuals. I know that the normal LOOKUPVALUE only works in DirectQuery by creating a MEASURE then performing the LOOKUPVALUE formula within the measure.
The problem i have is that LOOKUPVALUE using Measures only seems to then pull back other data from other Measures in the related table, so if none of my related columns are measures, I cannot relate the data or create additional lookupvalue columns ??
Am i supposed to some how turn existing test or numerical columns into Measures? if so can you help how i do this?
Regards
Dan
Solved! Go to Solution.
You may try adding SELECTEDVALUE.
You may try adding SELECTEDVALUE.