Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Bonjour à tous,
Ma problématique est la suivante : je dois trouver une fonction qui doit me retourner la valeur de la dernière clôture du mois précédent (donc en m-1).
A titre d’exemple (voir ci-dessous), le mois précédent correspond au mois de février et la valeur attendue est la valeur de la dernière clôture de février (soit au 28/02) : 3 071,26.
J’ai écrit cette mesure mais elle me retourne la valeur de la clôture MAXIMALE du mois précédent.
Comment puis-je faire ?
Merci.
Solved! Go to Solution.
@KimberleyDgs , If you only want last date
Calculate(lastnonblankvalues('Date'[Date]), [Your measure]), previousmonth('Date'[Date]))
You can also try
openingbalancemonth([Your measure], Date[Date])
closingbalancemonth([Your measure], dateadd(Date[Date],-1, month))
Hi, @KimberleyDgs
If your problem has been solved, please accept the reply as solution to close this thread, so that other community members will easily find the solution when they get the same issue.
If you still need help, please share more details.
Best Regards,
Community Support Team _ Eason
@KimberleyDgs , If you only want last date
Calculate(lastnonblankvalues('Date'[Date]), [Your measure]), previousmonth('Date'[Date]))
You can also try
openingbalancemonth([Your measure], Date[Date])
closingbalancemonth([Your measure], dateadd(Date[Date],-1, month))
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
23 | |
10 | |
10 | |
9 | |
7 |