Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Measure | Calculated Column |
It is not stored | Stored in memory |
Calculated on the fly | Calculates at the time of Refresh report |
Consumes CPU | Consumes memory |
Usually is a result of an aggregation | Row by row calculation usually |
Value can be see while adding in the report | Value can be seen in the column in Data tab |
DAX usually is the best place for this calculation | Can be done in Power Query in majority of cases |
Example: Sales Year to date | Example: Profit = Sales - Cost |
Sales YTD = TotalYTD(Sum(Sales), DateField.[Date]) |
Solved! Go to Solution.
Hi @dennydavis ,
Thanks for sharing.
Best Regards,
Jay
Hi @dennydavis ,
Thanks for sharing.
Best Regards,
Jay
do you have any questions?
@dennydavis , Are you sharing or asking some question ?
Also refer: https://www.sqlbi.com/articles/calculated-columns-and-measures-in-dax/
m just sharing a blog post. Please like it
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
109 | |
97 | |
95 | |
38 | |
36 |
User | Count |
---|---|
151 | |
125 | |
75 | |
74 | |
53 |