Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
hello,
i have this measure
Forcast2 =
var __DerniereDateCompta = CALCULATE(max(COMPTA[Date compta]),REMOVEFILTERS())
var __CurrentDate = max('Calendar'[Date])
var __Forcast = CALCULATE([TotalBudget],KEEPFILTERS('Calendar'[Date]>__DerniereDateCompta))
var __TotalCompta = [COMPTA]
var __Reultat = __TotalCompta+__Forcast
return
__Reultat
and i have this matrix
my question : if the __DerniereDateCompta = 15 AVRIL (i havent amount, its normal because i use keepfilter
i would like to have the TotalBUDGET in the Forcast Measure with the good grand total 🙂
anybody have an idea ?
thanks a lot
Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...
Please show the expected outcome based on the sample data you provided.
https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447...
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 49 | |
| 40 | |
| 32 | |
| 14 | |
| 13 |
| User | Count |
|---|---|
| 87 | |
| 72 | |
| 37 | |
| 28 | |
| 26 |