Forum Discussion
ashmitp869
2 years agoResponsive Resident
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...
- 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]
d_gosbell
2 years agoSuper User
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]