Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi everyone,
I am fairly new to the tool so i got stuck on what seems an easy problem.
I have parking lots and products, so when i have a parking lot granularity i want it to be blue, but when i expand it to the products i want those rows to be white but the headers shall still be blue.
Thanks in advance.
Solved! Go to Solution.
create a measure:
Measure =
IF(
NOT(ISINSCOPE('Table'[Products])),
"blue") // instead of Products place the name of the column you have in the second hierarchy position. Instead of "blue" the color you need.
In the conditional formatting section make sure to apply to Values and Totals and not only Totals or Values.
Wow it worked! Thanks a ton!
create a measure:
Measure =
IF(
NOT(ISINSCOPE('Table'[Products])),
"blue") // instead of Products place the name of the column you have in the second hierarchy position. Instead of "blue" the color you need.
In the conditional formatting section make sure to apply to Values and Totals and not only Totals or Values.
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
22 | |
7 | |
6 | |
6 | |
6 |
User | Count |
---|---|
27 | |
12 | |
10 | |
9 | |
6 |