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
mgilbert
New Member

Date range title

I have a file with call data that contains call dates. I want to be able to have my visualiztion that shows call count and talk time of each agent to also have a title with the date range that the records cover.

2 ACCEPTED SOLUTIONS
Anonymous
Not applicable

You can do a Firstdate = Min([Date]) and LastDate = Max([Date]) measure, then a last measure DateRange = Concatanate(concatanate([FirstDate]," - "),[LastDate])).  Use a Card visual and DateRange as the measure.  

 

If you have any questions for me, you can reach me via LinkedIn or in the PowerBI Community.

View solution in original post

Thanks I will give this a try.

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

You can do a Firstdate = Min([Date]) and LastDate = Max([Date]) measure, then a last measure DateRange = Concatanate(concatanate([FirstDate]," - "),[LastDate])).  Use a Card visual and DateRange as the measure.  

 

If you have any questions for me, you can reach me via LinkedIn or in the PowerBI Community.

Thanks I will give this a try.

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.