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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
siva54
Helper I
Helper I

Last 3 months from selected Month

Hi Team,

 

I need to calculated column for  last 3 months from selected month.

 

for example, if we select "May", then result should is May, April, March.

 

Thanks in advance.

 

 

3 REPLIES 3
VahidDM
Super User
Super User

Hi @siva54 

 

Do you want a table with one column that has three months from the selected month? If yes, you can use DATESINPERIOD and use SELECTEDVALUE as a start date.

But suppose you want a calculated column in your existed table to show last 3 months from the selected month. In that case, you can use the above code and filter to use that in a calculation or add a calculated column and say if a date is in the range, show one; otherwise, zero.

 

Read this link and add more details to your request:

https://community.powerbi.com/t5/DAX-Commands-and-Tips/How-to-Get-Your-Question-Answered-Quickly/m-p...

 

Appreciate your Kudos✌️!!

Anonymous
Not applicable

Since there is no any filter context in the Calculated Column you will not be able to achive it based on a filter selection. As per above solution you can do it based on Todays value only.

Hi Kazun909,

 

For More clarification,

 

If i select May then in the table i need to see last three months data(only March, April, May).
we have year also.

 

siva54_0-1632131373325.png

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors