Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi Team, I have a simple table with 4 rows.
Snapshot_date | new_enr | returning_enr | total_enr |
15/09/2023 | 100 | 50 | 150 |
16/09/2023 | 200 | 100 | 300 |
17/09/2023 | 300 | 150 | 450 |
18/09/2023 | 400 | 200 | 600 |
19/09/2023 | 500 | 250 | 750 |
20/09/2023 | 600 | 300 | 900 |
I tried a few different codes but it's not working.
I just need a code to calculate the daily changes in numbers across these dates for 'new_enr' ,'returning_enr' and 'total_enr'.
So for example for daily changes in number for new_enr 1for the 16/09/23 would be 100 since its 100 more than 15/09/23 and likewise 50 for 'returning_enr' and 150 for'total_enr'.
Thanks all.
Solved! Go to Solution.
Hi @DAX_Noob8212 for column total_enr to get daily change do following
Create Calendar / Date table and connect with your table
Create following measure (3) and you will get Output
Did I answer correctly? Kudos appreciate / accept solution.
Output
Proud to be a Super User!
This is great! Thanks!
Hi @DAX_Noob8212 for column total_enr to get daily change do following
Create Calendar / Date table and connect with your table
Create following measure (3) and you will get Output
Did I answer correctly? Kudos appreciate / accept solution.
Output
Proud to be a Super User!
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.