March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
I'm using a very simple data model with only two tables.
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.
But if I select False in the slicer it shows Project2 but also all (Blank) values without a project are shown.
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.