Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I have 2 tables, the main, and secondary
When users click on a row on the first table, I am displaying the related rows in the secondary table.
When there is not one selection I would like the secondary table to be blank
I would think that just using HASONVALUE(Column) as a filter would work, but for some reason its not affecting the filters
Any ideas?
Solved! Go to Solution.
Hi @PowerBITestingG ,
Test like the below:
HasOneFilter =
IF(
HASONEFILTER(table1[Name]),
VALUES(table1[Needs]), "")
And a similar case refer:
Did I answer your question? Mark my post as a solution!
Best Regards
Lucien
Hi @PowerBITestingG ,
Test like the below:
HasOneFilter =
IF(
HASONEFILTER(table1[Name]),
VALUES(table1[Needs]), "")
And a similar case refer:
Did I answer your question? Mark my post as a solution!
Best Regards
Lucien
@PowerBITestingG , Choose a column from table one which will get filtered or use more and create a measure like below and use that in visual level filter and check value =1
calculate(int(isfiltered(Table[Column])) , allselected())
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 97 | |
| 71 | |
| 50 | |
| 47 | |
| 44 |