Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
Umadhandapani
Helper II
Helper II

Exclude Function

Umadhandapani_0-1643365758766.png

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?

 

5 REPLIES 5
Anonymous
Not applicable

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!

 

v-chenwuz-msft
Community Support
Community Support

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.

mh2587
Super User
Super User

** I am assuming that Amount is a Measure not column so Dax will be below

Exclude = calculate([Amount],table[Kingdom] <> "protists")


✔ Answered? Mark as solution

Muhammad Hasnain | Super User • Fabric • Power BI • Data Engineering

Let's connect on LinkedIn
mh2587
Super User
Super User

It will Exclude that particular record from the visual


✔ Answered? Mark as solution

Muhammad Hasnain | Super User • Fabric • Power BI • Data Engineering

Let's connect on LinkedIn

But not using right-click and exclude. Using some measures required.

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.