March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe 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
Solved! Go to Solution.
Hi Arul,
Measure = Calculate(Sum(Sales),Parallelperiod(Date,-1,Month))
Hope it will solve your prob ,
if not let me know
Hi Arul,
Measure = Calculate(Sum(Sales),Parallelperiod(Date,-1,Month))
Hope it will solve your prob ,
if not let me know
I have been trying this method, and also using previous month function on Power Bi Sample Financial Data , but have not been getting any values
Could you please help me troubleshoot these ?
What if the previous month is in the previous year. For example, I tried your formula but I have sales for January 2017 and I want to see sales for December 2016. For some reason the formula does not return a result when there were sales for that product in the previous period. Any suggestions?
is your data type set correctly?
Proud to be a Super User!
what is the correct data type for this formula? I have date as calendar and Amounts as mesure or Number of pages as number. I do not have any return. May youplease advise?
hai baskar,
Thank you very much .... Its more helpful for me
You can use the PREVIOUSMONTH function:
https://msdn.microsoft.com/en-us/library/ee634758.aspx
=CALCULATE(SUM(InternetSales_USD[SalesAmount_USD]), PREVIOUSMONTH('DateTime'[DateKey]))
Thanks,
Sam Lester (MSFT)
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
87 | |
87 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |