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...
tonk
2 years agoFrequent Visitor
I tried to follow your formula But I got the following message when I moved the measure to the table.
- tharunkumarRTK2 years agoSuper User
This error is due to per query limits in your desktop. Please remove those limits and try again. And to avoid such error, you can limit the data and optimize your query.
- tonk2 years agoFrequent Visitor
I tried to remove the limits. However the output shows a few duplicated item A and the new column is empty. It seems that the following formula cannot be applied to my table.
TrackingNumber = COALESCE(Max('Table'[TrackingNumber]), "")
- tharunkumarRTK2 years agoSuper User
tonk
Can you share the sample pbix file?