Hi All,
I am trying to display a chart with highlighted default selection in Power BI
For data I have following data
Application Success Failure
QWE 3 0
ADP 1 0
RXT 1 0
I would like to select ADP as default and show the bar as highlighted as in pic 1. I tried by filtering or creating a measure as below:
BarChartSelectedValue = SELECTEDVALUE(Application, "ADP")
I tried a lot but unable to find a solution. I am still new in Power BI. Your help is much appreciated.
Thanks
CBR