Forum Discussion

NielsDecoene's avatar
NielsDecoene
Icon for Helper I rankHelper I
9 years ago
Solved

DocumentDB Parameters

Hey,   I'm currently having a small problem with a SQL query i'm writing on an Azure DocumentDB in Power BI So i have this simple query: [Query = "SELECT c.id AS Leverancier_ID, c.leverancier_naa...
  • Anonymous's avatar
    Anonymous
    9 years ago

    NielsDecoene,

    How about changing query to the following?

    DocumentDB.Contents(#####, [Query = "SELECT c.id AS Leverancier_ID, c.leverancier_naam AS Leverancier FROM c WHERE c.type = ""Leverancier"" AND c.project_id = """& Project & """"])

    Regards,

    Lydia