Forum Discussion
Anonymous
1 year agoNot applicable
direct query and import tables
good afternoon I have two tables the large table is a direct query table in ssas the small table is an import table with a few hundred rows. I join the two but my next step is to use the dax ...
suparnababu8
Super User
1 year agoHi Anonymous
I think RELATED dax function doesn't work well across these mixed storage modes. It should be used for same storage modes only.
I am recommending you to use LOOKUPVALUE dax, this fuction may work better for mixed storage sceniories.
Please go through this Solved: RELATED Function with a Direct Query Table - Microsoft Fabric Community accepted solution provided by johnt75 . You will get the better clarity.
Thanks!