Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! Learn more
hi all, looking for some help on a problem in Power BI, presumably using DAX.
Suppose I have the following simplified data:
In Power BI, I would like to display the table above in a Matrix, with the fields Location, Section and Row placed as Rows, the field Position as Columns and the field Item as Values. Item should not be aggregated but taken 'First' instead. In addition, I would like to (create a DAX measure?) to apply conditional formatting on the background to indicate if no value in the Column Item exists for the combination of fields on Rows (Location, Section and Row) and Columns (Position).
The Matrix would then (conceptually) look something like this:
How can I achieve this? I have tried writing DAX formulas (e.g. 'NoValueIndicator' below) but all my attempts return no value.
Any ideas?
Kind regards and many thanks, Bastiaan
Solved! Go to Solution.
@BBrak You could create a measure Measure = MIN('Table'[Item]) and then a conditional format run that if it is blank, return a color.
@BBrak You could create a measure Measure = MIN('Table'[Item]) and then a conditional format run that if it is blank, return a color.
@Greg_Deckler that was way easier than I realised. Only needed a minor tweak to get it to work for my actual use case. Thanks a lot!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 18 | |
| 7 | |
| 7 | |
| 7 | |
| 7 |
| User | Count |
|---|---|
| 49 | |
| 45 | |
| 25 | |
| 25 | |
| 25 |