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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
lync0056
Helper I
Helper I

Show Row Based on a Start Date and End Date

Hi All,

 

Hopefully simple one... I have 2 Tables -

A Project Table which holds 2x columns - A Start Date and an End Date

A generic Date Table


Currently the model has a relationship between End Date and the Date Table.

 

I have a Date table filter on the page of November 2019.

 

1 Row from the Project Table has a start date of 1 September 2019 and end date of 31 December 2019.

 

Therefore because of the relationship with End date, it does not show. I need it to show because the month of November falls between the Start and End date.

 

Help please.

 

 

Cameron

1 ACCEPTED SOLUTION
Anonymous
Not applicable

remove relationship between two tables.

 

USe your generic table in slicers whatever it is after slicer before slicer or between slicer.

 

Create one measure.

Filter= IF(Min(project[StartDate])<=min(Calendar[Date]) && Min(project[CloseDate])>=min(Calendar[Date]),1,-1 )

 

Add this measure in visual level filter and set it to 1.

 

Thanks & regards,
Pravin Wattamwar
www.linkedin.com/in/pravin-p-wattamwar

If I resolve your problem Mark it as a solution and give kudos.

View solution in original post

1 REPLY 1
Anonymous
Not applicable

remove relationship between two tables.

 

USe your generic table in slicers whatever it is after slicer before slicer or between slicer.

 

Create one measure.

Filter= IF(Min(project[StartDate])<=min(Calendar[Date]) && Min(project[CloseDate])>=min(Calendar[Date]),1,-1 )

 

Add this measure in visual level filter and set it to 1.

 

Thanks & regards,
Pravin Wattamwar
www.linkedin.com/in/pravin-p-wattamwar

If I resolve your problem Mark it as a solution and give kudos.

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.