Forum Discussion
Power Bi Filters
- Anonymous7 years ago
You're welcome. Thinking a bit more about this. The solution will work, but I don't think it's the most elegant way.
You're talking about expected statuses that don't actually exist. But actually, you know what the statuses will be, right?
You can add another table, with the list of expected statuses.
Then create a Relationship between this table and your current table. That relationship will cause the existing table to be filtered by the new.
Create the following visual to show all statuses:
1. Table visual with the Status from the new table, and the Count of Status measure.
2. Right-click the Status field, and click "Show items with no data".
Each row in the table is a status - since the new table filters the existing, the existing table is limited to only the rows with that status.
Hi, thanks for the query. This is what I am looking for.
Please can you let me know how I execute this please?
If the table is called 'Test' and the field is called 'Test Result' and the filter 'passed' did not exist, in this instance I would want the display to be '0'. Please can you construct the query for me?
Would I have to create a measure query for each status if they do not exist and I would like a zero to appear for the field 'Test Result'?