Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateJoin 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.
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:
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
15 | |
9 | |
7 | |
7 | |
6 |
User | Count |
---|---|
22 | |
11 | |
10 | |
10 | |
8 |