Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi
I am using Conditional formatting using the Dax =
NumericAHT =
AVERAGE(support__cw_ops_manage_case_merge_temp[FormattedAHT])
however, as you can see below in the image the matrix visual has a column hours type created by DAX =
I want to use the conditional formatting for only the business hours column under Column AHT
@Ahmedx @lbendlin @Ritaf1983 @parry2k @amitchandak @Idrissshatila @Ashish_Mathur Request you to please help
@saudansari
Create a measure to use for your CF as follows as per this example:
CF =
IF(
SELECTEDVALUE( 'Date'[Year] ) = 2018 && SELECTEDVALUE( 'Date'[Month Number] ) = 1 ,
[Total Quantity]
)
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
The column is hours type and where I get two columns one business hours and the other off-hours, however, the value is one AHT, Chat to Close when I use conditional formatting it is applying for AHT in both columns together
To add the values in the matrix using the DAX -