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
nisha_deepak
Helper III
Helper III

Date for start and end date showing issue

i have a report which is created using table.In that filter i used  a relative date filter.Capture.PNG

 

IIn the above table i want to add two new column which should be like this.

 

Capture1.PNG

 

ie, start and end column value should be based on relative filter start and end date ...I tried to add measure with function firstdate and lastdate function of power bi...But its not working for table report...plse help...

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@nisha_deepak , Try new measures like

 

End = maxx(allselected('Date'),'Date'[Date])


Start = minx(allselected('Date'),'Date'[Date])

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@nisha_deepak , Try new measures like

 

End = maxx(allselected('Date'),'Date'[Date])


Start = minx(allselected('Date'),'Date'[Date])

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.