Forum Discussion

ashmitp869's avatar
ashmitp869
Responsive Resident
2 years ago
Solved

paginated Report Query Editor help required.

Hi All,   I have requriement in Paginated Report where I am using 4 tables to join  PayItem, Projects, Date and BilledRevenueDetail.   My Dax Query Editor giving me this below error. please help...
  • d_gosbell's avatar
    2 years ago

    Date is a key word in DAX. If you have a table called Date you need to quote it with single quotes.

    eg 'Date'[Date] instead of just Date[Date]