Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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.
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:
I repeat, the field shown in the table object and the filter is the exact same!!
Solved! Go to Solution.
Hi @Anonymous ,
I created some data:
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.
3. Result:
Unqualified [co_sk_ejec_dia]=3594 will be filtered out
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
Hi @Anonymous ,
I created some data:
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.
3. Result:
Unqualified [co_sk_ejec_dia]=3594 will be filtered out
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
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
70 | |
55 | |
38 | |
31 |
User | Count |
---|---|
71 | |
64 | |
64 | |
49 | |
45 |