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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
Sushma_1411
Frequent Visitor

How to create a Time Range ?

Hello All

 

I would like to take the date in Time range to show the Same Period Last Month (SPLM) activity to check the Brand Performance. 

Right now i have Created_date means which is selected in Current Period.

 

I need to have table like below. When i select the Current Period date then the SPLM should change automatically with same period but last month. 

 

 

Sushma_1411_2-1647415163354.png

 

 

Thank you !

 

 

1 ACCEPTED SOLUTION
v-henryk-mstf
Community Support
Community Support

Hi @Sushma_1411 ,

 

Make sure you have a date calendar and that the calendar is marked as a date in the model view. Because using a date calendar table gives you the best time intelligence features.

Maybe you can try below formula:

Prev_Month=
CALCULATE ( [measure], DATEADD ( 'Date'[Date], -1, MONTH ) )
or
Prev_Month =
CALCULATE ( [measure], DATESMTD ( DATEADD ( 'Date'[Date], -1, MONTH ) ) )

 

More details:

Creating a simple date table in DAX - SQLBI

Creating a Date Table in Power BI - ArcherPoint


If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.


Best Regards,
Henry


If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
v-henryk-mstf
Community Support
Community Support

Hi @Sushma_1411 ,

 

Make sure you have a date calendar and that the calendar is marked as a date in the model view. Because using a date calendar table gives you the best time intelligence features.

Maybe you can try below formula:

Prev_Month=
CALCULATE ( [measure], DATEADD ( 'Date'[Date], -1, MONTH ) )
or
Prev_Month =
CALCULATE ( [measure], DATESMTD ( DATEADD ( 'Date'[Date], -1, MONTH ) ) )

 

More details:

Creating a simple date table in DAX - SQLBI

Creating a Date Table in Power BI - ArcherPoint


If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.


Best Regards,
Henry


If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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