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

Can a date slicer with inactive relationship filter on table and return values with no aggregation?

Hi,

I have a DateTable and InfoTable (example below) where the 2 have an active relationship on StartDate and an inactive relationshiop on EndDate.

IDStartDateEndDateType
User12022-01-012022-01-01a
User22022-01-012022-01-05b
User32022-01-012022-01-05c
User42022-01-052022-01-04a
User52022-01-052022-01-07b

 

I'd like to have a simple table visualization which interacts with a slicer. The slicer is coming from the Date table but using the inactive relationship of the DateTable.

I'm already using USERELATIONSHIP where possible, but I cannot get my head around in case of the ID column, where I'd like to return all the values with said criteria without any aggregation.

 

For example:

If I select 2022-01-05 on the slicer I'd like to see only User2 User3 in my visual and not User4 or User5.

Is there a way to achieve this without duplicating the date table (which I would try to avoid) or making the active relationship inactive too (which I would also try to avoid) .

Thanks in advance!

1 ACCEPTED SOLUTION
SivaMani
Resident Rockstar
Resident Rockstar

@Anonymous , Create a measure,

Count of Id = Calculate(COUNT(Table[Id]), USERLATIONSHIP(Date[Date], Table[EndDate]))

Add this measure as a visual level filter in the table visual and Apply Count of Id >= 1.

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

Thanks @SivaMani ,

 

I've tried this previously and the issue is that it only returns one small part of the data and not all the rows. Any idea why?

thanks

@Anonymous,

 

If I select 2022-01-05 on the slicer I'd like to see only User2 & User3 in my visual and not User4 or User5.

The proposed approach will meet the above requirement. Verify the other filters and make sure no conflicts. 

Anonymous
Not applicable

You are right, it had a conflict with another filter. Thanks agani!

SivaMani
Resident Rockstar
Resident Rockstar

@Anonymous , Create a measure,

Count of Id = Calculate(COUNT(Table[Id]), USERLATIONSHIP(Date[Date], Table[EndDate]))

Add this measure as a visual level filter in the table visual and Apply Count of Id >= 1.

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.