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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Applying a filter to a table, without applying to a common date.

I have several visualizations and a table on my page.
Can I somehow show in the table only rows where the column "end date" is empty, while not affecting other visualizations?

1 ACCEPTED SOLUTION

@Anonymous , Two way, Have measure that ignore issue date , Assumes issue date is joined with Date table

 

Calculate([Measure],All(Date), filter(table,isblank(table[enddate])))

 

Or switch of interaction with date filter

https://docs.microsoft.com/en-us/power-bi/create-reports/service-reports-visual-interactions

 

Or refer to my blog deal with open between dates

https://community.powerbi.com/t5/Community-Blog/HR-Analytics-Active-Employee-Hire-and-Termination-trend/ba-p/882970

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

5 REPLIES 5
amitchandak
Super User
Super User

@Anonymous , The information you have provided is not making the problem clear to me. Can you please explain with an example.

 

Not if date is joined with the start date you can have visual level filter to get end date is blank

if is joined with end date , have the measure with +0 and show 0 rows

 

Measure = countrows(Table) +0
Appreciate your Kudos.


Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

Perhaps with a picture it will be clearer.
Here is my page; there are some visualizations on it that are related to general information.
I need the bottom table to show only rows without an end date, but all the total visualizations show information about all records.
In this case, when applying filters, the table should also change.
If I select a section, then all indicators show information about the section, and the bottom table shows the lines with no dates in this section.

 

Untitled.jpg

@Anonymous , Two way, Have measure that ignore issue date , Assumes issue date is joined with Date table

 

Calculate([Measure],All(Date), filter(table,isblank(table[enddate])))

 

Or switch of interaction with date filter

https://docs.microsoft.com/en-us/power-bi/create-reports/service-reports-visual-interactions

 

Or refer to my blog deal with open between dates

https://community.powerbi.com/t5/Community-Blog/HR-Analytics-Active-Employee-Hire-and-Termination-trend/ba-p/882970

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

@amitchandak Thank you very much for the link.
As a solution, I added a slicer in which I selected an empty end date and, using interaction, made it so that this slicer only affects the table.
Not the prettiest solution, but it works.

@Anonymous , Yes sometimes the solution is more important than approach. As long as it meets end-users needs. 😀

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors