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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch 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

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

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.


Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here
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

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here
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. 😀

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.