Forum Discussion
Ericwhv
Helper II
4 years agoPower BI - Dax (Funnel)
Hi Everyone appreciate for your help in advance. i am building a dashboard to show the most recent shipment details for below table, if i would like to show the HOUSE in red on the dashboard, h...
- 4 years ago
Add the measure to the visual filters and set it to "red"
Ericwhv
Helper II
4 years agoswitch(TRUE()
,max('Table'[LegCheck])="Last Leg" && l>0,"red"
,isblank(max('Table'[COB])) && c >0,"red"
,l=0 && c=0 && max('Table'[COB])=maxx(b,[COB]),"red"
,"black")This part, if "Red" change it to the House#?
the "black" is the House#, i dont want to show it in there.
(just want to avoid using the filter, lol)
thank you