Forum Discussion
amirabedhiafi
5 years agoImpactful Individual
Measure vs Calculation
I am using Power BI Desktop to develop a model. It has a table named Sales, which includes a column named CustomerKey. In reports, I need a calculation to show the number of different customers who h...
- 5 years ago
amirabedhiafi , In this case it will be measure. Sum(Sales[Sales Amount])
refer these
https://www.sqlbi.com/articles/calculated-columns-and-measures-in-dax/
https://docs.microsoft.com/en-us/power-bi/transform-model/desktop-calculated-tables
amitchandak
5 years agoSuper User
amirabedhiafi , In this case it will be measure. Sum(Sales[Sales Amount])
refer these
https://www.sqlbi.com/articles/calculated-columns-and-measures-in-dax/
https://docs.microsoft.com/en-us/power-bi/transform-model/desktop-calculated-tables