Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
In a PBi report, table visual with several projects, I want to color the cells of various columns (project caracteristics) orange when there is no value (no data entry). This works fine, as long as I do not use 'show items without data'. When I toggle this on ALL cells with conditional formatting turn orange, even if they have a value. If I toggle it off, no items are shown. The whole idea is to show all items, and color the background of empty cells orange when there is no data entry (everything should be populated). It seems that some columns have no value at all (waiting on data-load) causing the problem? Can this be resolved in a simple way?
Solved! Go to Solution.
You can write a seperate measure for color fomatting
Color= if(Min[Project name] = Blank()," Orange", "white")
then set this as cell element of project name background color > Field value> Color
I hope I answered your question!
You can write a seperate measure for color fomatting
Color= if(Min[Project name] = Blank()," Orange", "white")
then set this as cell element of project name background color > Field value> Color
I hope I answered your question!
User | Count |
---|---|
84 | |
75 | |
69 | |
48 | |
39 |
User | Count |
---|---|
111 | |
56 | |
50 | |
42 | |
40 |