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
giorgiokatr
Helper V
Helper V

Filtered table interactivity

I have a table which shows segments in rows and some values in columns. It has a visual filter to show only the last date. 

There is also a timeline visual which shows dates and values. When i i click a segment in a row in thr table it filters the timeline with the last date and shows the filtered segments. Is it possible to not filter the dates and only filter the row i click?

1 ACCEPTED SOLUTION
v-juanli-msft
Community Support
Community Support

Hi @giorgiokatr 

As a workaround, don't add visual level filter to the table visual, create a measure which calculates the corresponding values for the last date.

Then click on the table visual, the timeline visual would only be filtered by "cate" instead of "cate"+"date".

Capture1.JPGCapture2.JPG

[DATE] is a column created in "Sheet1" with formula:

DATE = [datetime].[Date]

It has a relationship with "DATE" table.

 

Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

5 REPLIES 5
v-juanli-msft
Community Support
Community Support

Hi @giorgiokatr 

As a workaround, don't add visual level filter to the table visual, create a measure which calculates the corresponding values for the last date.

Then click on the table visual, the timeline visual would only be filtered by "cate" instead of "cate"+"date".

Capture1.JPGCapture2.JPG

[DATE] is a column created in "Sheet1" with formula:

DATE = [datetime].[Date]

It has a relationship with "DATE" table.

 

Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

giorgiokatr
Helper V
Helper V

I have a table that shows segments in rows and some values in columns. You have a visual filter to show only the last date.

There is also a timeline visual that displays dates and values. When I click a segment in a row in the thr table it filters the timeline with the last date and displays the filtered segments. Is it possible not to filter the dates and just filter the row I click?

See this thread: https://community.powerbi.com/t5/Desktop/Filtered-table-interactivity/m-p/1064220



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...
Greg_Deckler
Community Champion
Community Champion

Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...
Greg_Deckler
Community Champion
Community Champion

Maybe using something like ALLEXCEPT but that depends on a huge range of information that is not provided.


Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

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