cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
eugeniaCastilla
Frequent Visitor

Filter and table not showing the same information

Heelo people, I am having a lot, A LOT, of issues, but this is the main one. I have a table which shows some info, and a fitler, with one of the table's field, and the info shown in the filter is different from tht of the table. 

eugeniaCastilla_0-1649323156425.png

A you can see in the image, co_sk_ejec_dia shows some code that is not shown in the filter!! How is this possible???? They are the exact same field!!!!!!! objects are not synchronized with anyhting else, and the only filter applied to both is: 

eugeniaCastilla_1-1649323236403.png

I repeat, the field shown in the table object and the filter is the exact same!!

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

Hi  @eugeniaCastilla ,

I created some data:

vyangliumsft_0-1649726077895.png

You can try these two aspects:

Make sure you have both cross filter turned on

Does a non-working slicer depend on an inactive relationship? If so, see if changing this relationship to Active fixes the problem

Here are the steps you can follow:

1. Create measure.

Measure =
var _1=SELECTCOLUMNS(FILTER(ALL('Table'),'Table'[group]="todos"),"1",[co_sk_ejec_dia])
return
IF(
    MAX('Table'[co_sk_ejec_dia]) in _1,1,0)

2. In the Filter for the slicer and table visuals, set is =1.

vyangliumsft_1-1649726077897.png

3. Result:

Unqualified [co_sk_ejec_dia]=3594 will be filtered out

vyangliumsft_2-1649726077898.png

Please click here for the pbix file.

If I have misunderstood your meaning, please provide your pbix file without privacy information and desired output.

Best Regards,

Liu Yang

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

2 REPLIES 2
v-yangliu-msft
Community Support
Community Support

Hi  @eugeniaCastilla ,

I created some data:

vyangliumsft_0-1649726077895.png

You can try these two aspects:

Make sure you have both cross filter turned on

Does a non-working slicer depend on an inactive relationship? If so, see if changing this relationship to Active fixes the problem

Here are the steps you can follow:

1. Create measure.

Measure =
var _1=SELECTCOLUMNS(FILTER(ALL('Table'),'Table'[group]="todos"),"1",[co_sk_ejec_dia])
return
IF(
    MAX('Table'[co_sk_ejec_dia]) in _1,1,0)

2. In the Filter for the slicer and table visuals, set is =1.

vyangliumsft_1-1649726077897.png

3. Result:

Unqualified [co_sk_ejec_dia]=3594 will be filtered out

vyangliumsft_2-1649726077898.png

Please click here for the pbix file.

If I have misunderstood your meaning, please provide your pbix file without privacy information and desired output.

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

amitchandak
Super User
Super User

@eugeniaCastilla , Not very clear. But if you have used a visual level filter on the slicer. That does not mean the table will get filtered. For that use page-level filter

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors