The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Good morning
I have a chart in which I show all the printing expenses that my company has since January 2020.
I would like to calculate the total for the same period (January-June) but last year.
Using this formula still gives me error.
I'm sorry but I don't calculate it well either, it gives me the total of the previous year but not as I want, from January to June.
Does anyone know how it works?
What visuals do you put this measure in? Measures are calculated according to the context they are in, so we need to take care of the effect other columns in the same visual may have.
Regards,
Community Support Team _ Jing
This seems like fine
Total previous year period = CALCULATE(SUM('Printer Expenses'[Total(€)]),SAMEPERIODLASTYEAR(Calendar[Date]))
try like Total previous year period = CALCULATE(SUM('Printer Expenses'[Total(€)]),dateadd(Calendar[Date],-1,year))
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
111 | |
82 | |
65 | |
53 | |
52 |
User | Count |
---|---|
128 | |
117 | |
78 | |
65 | |
63 |