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.
Hello, I have a column in a table with product names and I wanted to exclude 4 products but not always. So I create another disconnected table with those 4 products and used it as a slicer. What I need is when ever I select from the slice I wanted the data of that selected product to be excluded from the data model. Any help would be appreciated . Thanks in advance.
Solved! Go to Solution.
@mnetsereab , refer
Need of an Independent Table in Power BI - Exclude: https://youtu.be/lOEW-YUrAbE
you would need the EXCEPT function.
it is like this
CALCULATE(
SUM(),
EXCEPT(
ALL(),
VALUES,
)
)
With ALL, we get the full product list and with VALUES, we capture the Products selected in the slicer. EXCEPT them, we get the rest of the Product list.
@mnetsereab , refer
Need of an Independent Table in Power BI - Exclude: https://youtu.be/lOEW-YUrAbE
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 |
---|---|
81 | |
80 | |
59 | |
35 | |
35 |
User | Count |
---|---|
100 | |
60 | |
56 | |
46 | |
41 |