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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
grggmrtn
Post Patron
Post Patron

Filtering/showing dates BETWEEN two dates in the table

In my data I have something that looks like the following:

PersonIDServiceStartDateStopDate
1Something01-01-201831-12-2020
2Something05-06-201726-11-2018

 

What I've been doing until now is creating a seperate Date column and going with 1 row for each day between StartDate and StopDate, but I'm already dealing with 4+MILLION rows, so this is getting ridiculous, even though it works (but takes about 30 minutes to update).

 

I need to do several things with these dates:

Create a chart that will show me how many PersonID had an active service per month (or whatever)

Create a date slicer that will show me how many PersonID had an active service on that particular date

Create a card that will show me how many PersonID have an active service today

 

I'd really like to do this without having to create that Date column, but is that possible at all? Some sort of slicer/filter/whatever that will do a if(SelectedDate) is BETWEEN StartDate and StopDate then return 1 or something like that?

1 ACCEPTED SOLUTION
2 REPLIES 2

This actually looks pretty workable - thanks!

Helpful resources

Announcements
Sept PBI Carousel

Power BI Monthly Update - September 2024

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

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

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

Top Solution Authors
Top Kudoed Authors