Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
I'm using a very simple data model with only two tables.
DataModel
The values of this tables are the following:
+-----------+-------+ +----+-------------+------------+ | ProjectId | Hours | | Id | ProjectName | IsInternal | +-----------+-------+ +----+-------------+------------+ | 1 | 10 | | 1 | Project1 | TRUE | | 1 | 20 | | 2 | Project2 | FALSE | | 2 | 20 | +----+-------------+------------+
| 3 | 40 | +-----------+-------+
When I now create a matrix with an slicer everything works as expected. When I select nothing all entries are shown, when I select True only the hours of Project1 are shown and when I select (Blank) only the values without a project are shown.
All
True selected
(Blank) selected
But if I select False in the slicer it shows Project2 but also all (Blank) values without a project are shown.
False selected
Is this an intended behaviour? In my opinion this very counterintuitive.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.