filter data in a deteils view using quick edit columns

Hello,

How can i filter this values to see only one project at time? 

table Budget_vs_Cons is structured in this way:

Schermata 2022-06-22 alle 12.14.27.png

Based on this table there is the chart view on the right and i would select project using a detail view on the left  (based on the same table budget_vs_cons or an another table) 

Schermata 2022-06-22 alle 12.18.04.png

 

Maybe i could use a particular condition in a slice??

TKS

Solved Solved
0 4 90
1 ACCEPTED SOLUTION

Aurelien
Google Developer Expert
Google Developer Expert

In the Row filter condition of the slice (right-side view on your screenshot)

View solution in original post

4 REPLIES 4

Aurelien
Google Developer Expert
Google Developer Expert

Hi @DaGi07 

 

Can you try:

[Progetto]=ANY(yourSliceFilter[Progetto])

hi @Aurelien I don't figure out where i have to put this expression

 

Aurelien
Google Developer Expert
Google Developer Expert

In the Row filter condition of the slice (right-side view on your screenshot)

tks @Aurelien i have some something similar and it works! 

Top Labels in this Space