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.
Dear Members,
I am encountering a small challenge in my PowerBI dasboard. I am creating a dashboard with the search profiles of companies. There is one specific text field called 'Need' (see bottom right of the dashboard). This is written text with additional info about a company's search criteria.
Now I would like to create a filter to only show the company's need (bottom right in the dashboard IF only one company from the primary table is selected (large table on the left/middle.
How can I create such as filter?
Solved! Go to Solution.
Hello Robert,
for example like this:
HasOneFilter =
IF(
HASONEFILTER(Tabelle1[Company Name]),
VALUES(Tabelle1[Needs]), "")
in Tabelle1[CompanyName] you look if there is a filter on this, in VALUES(Tabelle1[Needs]) you give the column that needs to be returned when the company name is filtered.
If nothing is selected, return empty.
Does that help?
best
hashtag_pete
Hello Robert,
for example like this:
HasOneFilter =
IF(
HASONEFILTER(Tabelle1[Company Name]),
VALUES(Tabelle1[Needs]), "")
in Tabelle1[CompanyName] you look if there is a filter on this, in VALUES(Tabelle1[Needs]) you give the column that needs to be returned when the company name is filtered.
If nothing is selected, return empty.
Does that help?
best
hashtag_pete
Great, this works perfectly fine! Thank you very much for the help!
Please provide sample data in usable format (not as a picture) and show the expected outcome.
Have you looked into functions like HASONEVALUE() or HASONEFILTER() ?
I have no clue how I should type the measure, to be honest.
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 |
---|---|
58 | |
56 | |
56 | |
38 | |
29 |
User | Count |
---|---|
75 | |
62 | |
45 | |
40 | |
40 |