Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
Morgana_2022
Helper I
Helper I

DAX measures

Hello everybody,
i need help on calculating 2 measures in power BI.

I have a table with 2 columns:
1 - invoice_date
2 - provided

in the invoice_date column there are dates of 2021 and 2022.
(e.g. 01/02/2021, 05/03/2021, 07/08/2022, 22/12/2022 ...)

I have to create a measure that calculates the provided only for the dates of the previous year (2021) in an absolute way, in the sense that over time the previous year will become 2022 etc ...

Then I have to create a second measure that calculates the provided only for the dates of the current year (2022) here too in an absolute way.

What are the dax formulas that i have to use for these 2 measures?

Thanks in advance!
Please help me!
Erika

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Try this

test CY = CALCULATEsum('sample'[something]), YEAR('sample'[date]) = YEAR(TODAY()))
test PY = CALCULATE( sum('sample'[something]), YEAR('sample'[date]) = YEAR(TODAY())-1)

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Try this

test CY = CALCULATEsum('sample'[something]), YEAR('sample'[date]) = YEAR(TODAY()))
test PY = CALCULATE( sum('sample'[something]), YEAR('sample'[date]) = YEAR(TODAY())-1)

if I wanted to also calculate the provided of the current month, in an absolute way?
How can I do?

thank you! it works!

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.