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.
I am trying to get 3 columns in a table (call it 'Table1' in this case) to dynamically conditional format based on 'what if value parameter seleceted' ('TemperatureFilter')
I can do this by creating a calculated column for each, but struggling with doing it as a measure so that it updates each time the parameter value is changed?
So with the sample below if a user selected 35 I want all of the values below 35 in each of the 3 column to be highlighted red.
Any pointers would be much appreciated.
Solved! Go to Solution.
@easton16
Create three measures for each column and assign them as Field Value under conditional formating
Hope you have the simple measures created for each column and a parameter
Example:
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
I wonder what to do if we have 15 different columns(15 different measures) in a table visual that require conditional formatting with a same rule of values. Writing 15 measures for dynamic coloring is not wise.
I don't think we can dymincally reference table visual column header and change feild used in measure.
Hope I'm clear !
Thanks @Fowmy I was overcomplicated it by thinking that SUM would add the column up and not apply it row by row, which of course is what it would do!
@easton16
Create three measures for each column and assign them as Field Value under conditional formating
Hope you have the simple measures created for each column and a parameter
Example:
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
72 | |
38 | |
31 | |
27 |
User | Count |
---|---|
92 | |
50 | |
44 | |
40 | |
35 |