Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
looking to format just 1 specific row bold in a Table but can only seem to do columns?
Hi @Pauloashton - In Power BI, formatting a specific row in a Table visual (not a Matrix) isn't directly supported, as conditional formatting typically applies to columns.
If you want to make the whole row stand out,
specifically, you can create a new measure for background color
RowBackgroundColor =
IF( SELECTEDVALUE('Table'[Week Start]) = DATE(2025, 1, 5), "Black", "White")
Proud to be a Super User! | |