Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
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 have placed orders. What type of DAX calculation will I add to the Sales table?
- measure
- calculated column
- computed column
- calculated table
And what's the difference between them ?
Solved! Go to Solution.
@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
@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
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 23 | |
| 23 | |
| 17 | |
| 13 | |
| 13 |
| User | Count |
|---|---|
| 63 | |
| 41 | |
| 39 | |
| 38 | |
| 38 |