The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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:
User | Count |
---|---|
28 | |
10 | |
8 | |
6 | |
5 |
User | Count |
---|---|
33 | |
13 | |
12 | |
9 | |
7 |