Power BI DAX
DAX(Data Analysis Expressions) Calculation Types: Inside the expression always call the table name in front of the column name Table name has to be in single quotes and Column names has to be in Square brackets. Example: ‘Table Name'[Column Name] New…
Recent Comments