Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi everyone,
I am trying to perform a function that allows me to accumulate the percentage, but not using the traditional method with DATESYTD, because it takes the amounts and not the results of the monthly percentages.
The idea is to create both measure 1, as well as measure 2, which is the one that accumulates.
I appreciate your help.
Solved! Go to Solution.
Hi,
I am not sure if I understood your question correctly, but please check the below picture and the attached pbix file.
Expected measure: =
CALCULATE (
SUMX ( Data, Data[Value2] / Data[Value1] ),
FILTER ( ALL ( Data ), Data[Date] <= MAX ( Data[Date] ) )
)
Hi,
I am not sure if I understood your question correctly, but please check the below picture and the attached pbix file.
Expected measure: =
CALCULATE (
SUMX ( Data, Data[Value2] / Data[Value1] ),
FILTER ( ALL ( Data ), Data[Date] <= MAX ( Data[Date] ) )
)
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 11 | |
| 8 | |
| 8 | |
| 8 |