Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
84 | |
78 | |
40 | |
40 | |
35 |