Forum Discussion
NoMoreOQ99er
7 years agoNew Member
Column Chart with Dynamically Colorable Columns and with Average and Limit Lines
I am searching for a column chart for Power BI for highlighting outliers in the data. I'm needing for it to enable the following: Dynamic coloring of the columns, e.g. depending on whether the ...
Anonymous
7 years agoNot applicable
Hi NoMoreOQ99er,
#1. Power bi not support change columns color, maybe you can try to create table visual or matrix visual with 'conditional formatting' feature to setting color in visuals.
Conditional formatting in tables
#2. Please add calculated column or measure to use dax formula with UPPER, LOWER functions to convert characters case.
#3. These analytic lines are in analysis pane, please refer to below document to know how to use them.
Using the Analytics pane in Power BI Desktop
Regards,
Xiaoxin Sheng
- NoMoreOQ99er7 years agoNew Member
Thanks. We did try tabular format with conditional coloring, but the manager was hoping for a columnar display with conditional coloring, as it really shows where the bad data is and the limit lines show by how much. Thanks.