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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
GyMpX
Frequent Visitor

filtering a segment filter with select a line in a table

Hello!

 

I just want to have a dynamic filter which take the only value when I select a line in a table. If i select in my table one No sinistre, i only would like to have one No sinistre in the segment filter on the left (the one I selected from the table)

 

GyMpX_0-1757502911459.png

 

 

Thank you for your answer

2 ACCEPTED SOLUTIONS
pankajnamekar25
Super User
Super User

Hello @GyMpX 

 

a slicer cannot automatically take on the single value you select from a table row. When you click on a row, that selection will filter other visuals, including the slicer’s available options, but it won’t update the slicer’s selected state. To achieve a similar effect, you can either use the slicer itself in single-select mode instead of the table, rely on table clicks to drive filtering across visuals, or use workarounds like bookmarks, field parameters, or third-party visuals. A common alternative is creating a DAX measure or card to display the selected value rather than trying to force the slicer to change.

 


If my response helped you, please consider clicking
Accept as Solution and giving it a Like 👍 – it helps others in the community too.


Thanks,


Connect with me on:

LinkedIn

 

View solution in original post

srlabhe
Helper V
Helper V

Hi Not usre whats top left visual, but I suggest you to use a card visual, pull the No sinistre field in card and apply the condition 

Create a filter as below 

if (isfiltered(table) =true(), 

maxx(ALLSELECTED(Table),Table[No sinistre]), blank())
and use this measure in Card Visual

View solution in original post

5 REPLIES 5
v-sgandrathi
Community Support
Community Support

Hi @GyMpX,

 

Thank you @srlabhe and @pankajnamekar25 for your response.

Has your issue been resolved?
If the response provided by the community members addressed your query, could you please confirm? It helps us ensure that the solutions provided are effective and beneficial for everyone. 

Thank you for your understanding!

 

Hi @GyMpX,

 

Just wanted to follow up and confirm that everything has been going well on this. Please let me know if there’s anything from our end.
Please feel free to reach out Microsoft fabric community forum.

 

Thank you.

Hi @GyMpX,

 

We wanted to follow up since we haven't heard back from you regarding our last response. We hope your issue has been resolved.

If you need any further assistance, feel free to reach out.

Thank you for being a valued member of the Microsoft Fabric Community Forum!

srlabhe
Helper V
Helper V

Hi Not usre whats top left visual, but I suggest you to use a card visual, pull the No sinistre field in card and apply the condition 

Create a filter as below 

if (isfiltered(table) =true(), 

maxx(ALLSELECTED(Table),Table[No sinistre]), blank())
and use this measure in Card Visual
pankajnamekar25
Super User
Super User

Hello @GyMpX 

 

a slicer cannot automatically take on the single value you select from a table row. When you click on a row, that selection will filter other visuals, including the slicer’s available options, but it won’t update the slicer’s selected state. To achieve a similar effect, you can either use the slicer itself in single-select mode instead of the table, rely on table clicks to drive filtering across visuals, or use workarounds like bookmarks, field parameters, or third-party visuals. A common alternative is creating a DAX measure or card to display the selected value rather than trying to force the slicer to change.

 


If my response helped you, please consider clicking
Accept as Solution and giving it a Like 👍 – it helps others in the community too.


Thanks,


Connect with me on:

LinkedIn

 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

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
Top Kudoed Authors