TomerA
12-28-2021Cloud Apps
Show blank values in pivot table instead of not showing line at all
Hi,
In the data model I have main table that is linked to another table using an index.
Not all rows exists on the other table.
When I try to display in the Pivot table column from the other table it omits from the table the non linked rows.
Is there a way to display all rows even if not exists in the other table?
I know I can do data model manipulation such as Join tables, but I wish to solve this at the dashboard level.
Hi TomerA -
Sisense requires that either all main table values exist in the other table, or you need to create an intermediary/bridge table with all distinct values from the main table left joined to the other table, and a null replacement for the main table values that don't exist in the other table.