- Microsoft Power BI Cookbook
- Brett Powell
- 29字
- 2025-04-04 18:18:12
Case sensitivity
- M is a case-sensitive language, as seen in the "remove duplicates" example
- So, writing IF instead of if or Table.Addcolumn instead of Table.AddColumn will return an error