String DAX Data type
Every string in DAX is stored as a Unicode string, where each character is stored in 16 bits. By default, the comparison between strings is case-insensitive and accent-sensitive, so the two strings “Power BI” and “POWER BI” are considered equal, whereas “e” and “è” are considered different.
Last update: May 19, 2020 » Contribute » Show contributors
Contributors: Alberto Ferrari, Marco Russo, Jes Hansen