Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Zeshansaif
Regular Visitor

Using Fields Parameter to Create a Measure for Dynamic coloring complete column clustered /bar chart

I have a column chart i.e. "Sales by Category", I want a measure to change the colors of all columns of Y-axis based on field parameters. In the chart, Y-axis is Field Parameter, while X-axis is Category.

sample7.png

 


I tried using the following measures;

Color Measure =
SWITCH (
SELECTEDVALUE ( 'Monthly Comparison'[Monthly Comparison Fields] ),
"Sales", "#00FF00", // Green color for Sales
"Profit", "#FF0000", // Red color for Profit
"Number of Orders", "#0000FF", // Blue color for Number of Orders
"#EB895F" // Default color for other values
)

However, no matter what field I select, I am getting default color.

1 ACCEPTED SOLUTION
Ritaf1983
Super User
Super User

Hi @Zeshansaif 

Since a parameter table is a table designed for parameters, the engine does not allow you to apply conditions to it.

You simply need to add a helper column and apply the formula you wrote, which is correct in its logic, to the column you added.

Ritaf1983_0-1714879591571.pngRitaf1983_1-1714879636567.pngRitaf1983_2-1714879715103.png

Result :

Ritaf1983_3-1714879809517.pngRitaf1983_4-1714879826406.png

The pbix with my example is attached

If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly

View solution in original post

3 REPLIES 3
Zeshansaif
Regular Visitor

Thankyou so much for your help 🙂

Happy to help 🙂

Ritaf1983
Super User
Super User

Hi @Zeshansaif 

Since a parameter table is a table designed for parameters, the engine does not allow you to apply conditions to it.

You simply need to add a helper column and apply the formula you wrote, which is correct in its logic, to the column you added.

Ritaf1983_0-1714879591571.pngRitaf1983_1-1714879636567.pngRitaf1983_2-1714879715103.png

Result :

Ritaf1983_3-1714879809517.pngRitaf1983_4-1714879826406.png

The pbix with my example is attached

If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.