March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch 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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
87 | |
87 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |