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! Learn more
I have the following 2 meausres in my Power BI report:
Below is my updated measure to show if the value is blank or not.
Interesting. The only time I've seen that icon is when an item is hidden in the data fields pane.
But clearly these measures are not hidden. So I'm confused.
Perhaps a DAX guru will see this and provide the answer.
If not, I'm afraid I would need a small test data set to investigate further.
Without being able to replicate the problem, I'm stuck at this point.
Regards,
Nathan
I did a search and found the following page: https://p3adaptive.com/2012/06/filter-when-why-how-to-use-it/. So I modified my measure as below:
I'm not able to test it without access to the data, but it looks like you just need to create the following new measure that includes your visual filter.
Number of Cases V2 =
CALCULATE(
[Number of Cases],
[Number of Assignees] >= 2
)
Hopefully that works.
Regards,
Nathan
Nathan:
I tried, but got the following error:
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 23 | |
| 12 | |
| 11 | |
| 9 | |
| 8 |