Forum Discussion
faheem_Latif_BI
Helper I
3 years agodynamic LIST of values in MCODE
Hi GURUS, hope you are doing good ! This is my MCODE which is working fine. Sql.Database(DataSource, Database, [Query=" SELECT * FROM [GroupFinance].[Voyager Intercompany Journal Data] ...
- 3 years ago
You can use:
where [Entity Code] IN ('"&Text.Combine(PropertyCode, "', '")&"')
artemus
Microsoft Employee
3 years agoYou can use:
where [Entity Code] IN ('"&Text.Combine(PropertyCode, "', '")&"')