Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi everyone.
I have a tiny but mess problem with
I have a tiny but mess problem with this simple measure: I got two tables, one with monthly costs of a budget
and a table data.
I only want to make an easy measure in order to obtain the costs of the previous month:
PREVIOUS MONTH 2021 = CALCULATE((CALCULATE(SUM('Matriz'[Total]), Matriz[Year]="2021", Matriz[Origen]="Cuenta de resultados")), PREVIOUSMONTH(Calendario[Date]))
It actually is not working so far.
Can you help me with it?
Thanks in advance.
Best
@ÒScar , You should not add filters for year and month. In case you need a filter use a slicer from date table
Assuming year filter related to date of date table
PREVIOUS MONTH 2021 = CALCULATE(SUM('Matriz'[Total]), filter(Matriz, Matriz[Origen]="Cuenta de resultados"), PREVIOUSMONTH(Calendario[Date]))
refer
Why Time Intelligence Fails - Power bi 5 Savior Steps for TI: https://youtu.be/OBf0rjpp5Hw
Hi @amitchandak ,
first of all, thank you so much for your quick response.
I share with you a screenshot of my dashboard once I have followed your advice, I´m afraid it still doesn´t work...
Could you take a look on it, please?
Thank you once again, @amitchandak ,
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
18 | |
15 | |
12 | |
11 | |
8 |
User | Count |
---|---|
24 | |
18 | |
12 | |
11 | |
10 |