Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
Hello everyone,
I am quite new to DAX and need to obtain a calculated measure based on the following data. The column "Total days in Month" has the sum of the column "difference" for a given month. This date table is connected to a sales table by the date column:
Date Value Difference Total days in Month
25/6/2011 21.7 0 25.7
26/6/2011 21.7 0 25.7
27/6/2011 22.7 1 25.7
28/6/2011 23.7 1 25.7
29/6/2011 24.7 1 25.7
30/6/2011 25.7 1 25.7
1/07/2011 1 1 25.4
2/07/2011 2 1 25.4
3/07/2011 2.7 0.7 25.4
I need to calculate the sum of sales/fixed value for the month. For instance if I pick june I need to have the sum of sales divided by 25.7 but if I pick just one day of july the denominator will be the sum of 25.7 and 25.4
Thank you so much in advance!!!
@UlisesCiccola , is it value of the last date of the month, you can use closingbalancemonth
https://docs.microsoft.com/en-us/dax/closingbalancemonth-function-dax
I am sorry, never used this DAX, how would I use it in this context considering the table given? Also the final value for the month changes each month.
Sorry for the question by I am quite new to Dax and need the answer for this particular problem
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
13 | |
11 | |
8 | |
8 | |
8 |