The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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! | |