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.
i am using two measure in column previous month another next month measures so i cant add conditional color . first previous three Month color should be yellow and after that its dark green.
@Anonymous , Is there a month in display. Assume there is month year coming in display from dat table
Color =
if(Max(Date[Date] ) > eomonth(today(),-4) , "Yellow", "green")
You can use the same in conditional formatting using field value option.
It can color rows of a column and total , not the heading
@amitchandak i am using two measure in column fields so conditional formating not working. this value from Effective date .format (DD:MM:YY) date format only .
@Anonymous , In matrix conditional formatting, do not work on columns.
Can share what is expected output a screenshot
and a sample pbix after removing sensitive data.
User | Count |
---|---|
28 | |
10 | |
8 | |
6 | |
5 |
User | Count |
---|---|
33 | |
13 | |
12 | |
9 | |
7 |