Forum Discussion
AledDavies
3 years agoRegular Visitor
Changing a table row colour when selected
Hi, I have a table in a PowerBi report where the user can select records, and using Power Automate, send e-mails to those selected. As standard, PowerBi greys out the rows not selected leaving the s...
eliasayyy
3 years agoMemorable Member
hello
Background =
SWITCH(
SELECTEDVALUE('Table'[Name]),
"A","green",
"B","yellow",
"C","blue"
)