Forum Discussion
How to get the conditional formatting for missing combinations
- 5 months ago
Hi nadanur
Power BI cannot apply values - to records that do not exist or to blank entries. A possible workaround is to use separate dimension tables for both row and column categories and assign a value within a measure (usually a zero) when blanks are returned. However, this introduces another issue: it may display values in row/column intersections that should not exist under the current filter context.
Please see the attached pbix.
Hi nadanur
Power BI cannot apply values - to records that do not exist or to blank entries. A possible workaround is to use separate dimension tables for both row and column categories and assign a value within a measure (usually a zero) when blanks are returned. However, this introduces another issue: it may display values in row/column intersections that should not exist under the current filter context.
Please see the attached pbix.
Hi, This file was really helpful. However I am unable to get the similar results.
I have now created some dim tables for rows and columns and slicers. When i add this measure from fact table in value, it disrupts the matrix and shows all combinations irrespective of filter. However the same measure without "+0" works fine.
Can you let me know whats wrong?