Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
Hi,
In the image, if I select particular value and selecting the 'Exclude' button, it should exclude the value. (Similar to filterfunction, where value apart from selecting should display)
Whether it is possible?
Hi @Umadhandapani ,
You can row-level security (RLS) with Power BI Desktop to restrict data access for given users.
Or
Using M Query:
Table.RemoveColumns(
Table.FromRecords({[CustomerID = 1, Name = "Bob", Phone = "123-4567"]}),
"Phone"
Hope this helped you in answering your question.
Many Thanks!
Hi @Umadhandapani ,
Unfortunately, power bi does not have this feature right now.
Or you can use filter pane to remove this items by un-selected this item.
You can submit your ideas on power bi ideas.
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
** I am assuming that Amount is a Measure not column so Dax will be below
Exclude = calculate([Amount],table[Kingdom] <> "protists")
It will Exclude that particular record from the visual
But not using right-click and exclude. Using some measures required.
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 23 | |
| 21 | |
| 17 | |
| 14 |
| User | Count |
|---|---|
| 58 | |
| 50 | |
| 37 | |
| 29 | |
| 24 |