Forum Discussion

pstanek's avatar
pstanek
Post Patron
10 years ago

Dax syntax

What is the difference between ='Sales'[Amount] and =Sales[Amount]?

1 Reply

  • asocorro's avatar
    asocorro
    Skilled 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],.