Forum Discussion
tonk
2 years agoFrequent Visitor
Power BI Conditional formatting - not working while using "Show Items with no data"
Hi All, I applied conditional formatting to several fields and it works fine until I pick up another field from a joined table. Example: Conditional formatting to item works fine. Aft...
tharunkumarRTK
2 years agoSuper User
you can create measures for text fields as well. for example for youe example you write your meassue like this
TrackingNumber = COALESCE(Max('Table'[TrackingNumber]), "")
If the post helps please give a thumbs up
If it solves your issue, please accept it as the solution to help the other members find it more quickly.
Tharun