This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi guys, i need felp for this:
As you can see I have a TEXT FILTER and TABLE displayed below:
What I need here is to hide all the values in the table as the first sight, user can only see the values by typing what they need in the search box).
Solved! Go to Solution.
Hi @phuocnguyen ,
You can try below steps:-
1. Create a seperate table with below code:-
Table = DISTINCT(Sheet1[OrigSalesId])
2. Use newly created table column in the search text visual.
3. Now Create a measure with below code and use it as filter on your table visual:-
_filter =
IF (
MAX ( Sheet1[OrigSalesId] ) = SELECTEDVALUE ( 'Table'[OrigSalesId] ),
1,
0
)
Below is your file for your reference:-
Thanks,
Samarth
Best Regards,
Samarth
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin
Hi @phuocnguyen ,
You can try below steps:-
1. Create a seperate table with below code:-
Table = DISTINCT(Sheet1[OrigSalesId])
2. Use newly created table column in the search text visual.
3. Now Create a measure with below code and use it as filter on your table visual:-
_filter =
IF (
MAX ( Sheet1[OrigSalesId] ) = SELECTEDVALUE ( 'Table'[OrigSalesId] ),
1,
0
)
Below is your file for your reference:-
Thanks,
Samarth
Best Regards,
Samarth
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin
Thank you, this work well for me.
Hi @Samarth_18 ,
Thank you for your instruction, but the file has been deleted, could you check it again?
@phuocnguyen ,Please check your Private message. I have sent you updated url.
Best Regards,
Samarth
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin
Hi @phuocnguyen
did you add the OrigsalesId column to the field of Text filter visual.
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
LinkedIn: www.linkedin.com/in/vahid-dm/
Sure @VahidDM
Please use this link:
https://drive.google.com/file/d/1ARRsaCmksZjzdLOtC9se07uJdxYQ64Nf/view?usp=sharing
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 9 | |
| 8 | |
| 8 | |
| 6 | |
| 6 |