Forum Discussion
pstanek
10 years agoPost Patron
Dax syntax
What is the difference between ='Sales'[Amount] and =Sales[Amount]?
1 Reply
- asocorroSkilled Sharer
Both of those are the same. However, if the table name has a space in it, as in Internet Sales, then you need to use single quotes to surround it, as in 'Intenet Sales'[Amount],.