Forum Discussion
pbidani
1 year agoFrequent Visitor
Bar Chart - conditional formatting - diff colors based on upn
Hello, I will appreciate suggestions on formatting a bar chart -- x axis is club abbrev, Y axis is revenue per club. User table (called userinfo) has user club abbrev (the club the user belongs...
Kedar_Pande
Super User
1 year agoThe issue here is that Power BI doesnβt support dynamic formatting of axis labels directly based on DAX logic.
Some custom visuals, like Deneb (Vega-Lite JSON-based) or third-party visuals, allow more flexible formatting, including the dynamic coloring of axis labels. Using these, you can dynamically format both bars and axis labels based on the same logic.
π If this helped, a Kudos π or Solution mark would be great! π
Cheers,
Kedar
Connect on LinkedIn
- pbidani1 year agoFrequent Visitor
Thanks Kedar.
I looked but was not able to find the Deneb bar chart. Any specifics on how to find it?
I was trying to use the Format, X axis, Values, fx, and dax to make it work.
Thanks again!!