Forum Discussion
aaldo_666
Helper I
3 years agoCONCATENATEX not working with relationship
I have simple model with one:many relationship on column Invoice No. table one = sql server directquery table many = sharepoint list All I need is fill selected invoice numbers into variable var_c...
amitchandak
Super User
3 years agoaaldo_666 , It should work. is there any matching data?
- aaldo_6663 years ago
Helper I
Yes, there is one row in MANY table - see DateSent column with date. When there is matching row, DAX expression works fine, but when there is no mathing row expression is blank.
But all columns in the table are from ONE table and only DateSent is from MANY tables. I dont understand why that should matter for DAX.
- aaldo_6663 years ago
Helper I
I tested that model with import mode and DAX works fine there. So it looks like problem is with DAX in DirectQuery mode when there is no matching row in MANY table.