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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
mazwro
Helper II
Helper II

Parameters - graph with multiple bars

I have a parameters list which looks like the following:


All these are from a table which has a month linked to a dim_date table, and shows like that:

Is it possible to change the graph like the following:
- is user chooses any variable except for turnover, then shows graph like below, if they choose Turnover, then show both turnover and plan vs actual variable?
The client also wants to see both variables (turnover and plan) so that a plan is a line graph and turnover a bar. And This is beyond me. Usually no problem, but not when parameters are involved

mazwro_0-1723648923377.png

 

Chart Metrics parameters = {
    ("PLAN vs ACTUAL", NAMEOF('Ctable'[PLAN]), 0),
    ("TURNOVER", NAMEOF('Ctable'[TURNOVER]), 1),
    ("COSTS TOTAL", NAMEOF('Ctable'[COSTS TOTAL]), 2),
    ("EBIDTA", NAMEOF('Ctable'[EBIDTA - cashflow]), 3),
    ("CLIENTS", NAMEOF('Ctable'[CLIENTS - cashflow]), 4),
    ("LEADS", NAMEOF('Ctable'[LEADS - cashflow]), 5),
    ("ORDERS", NAMEOF('Ctable'[ORDERS - cashflow]), 6),
    ("AOV", NAMEOF('Ctable'[AOV - cashflow]), 7),
    ("ARPU", NAMEOF('Ctable'[ARPU - cashflow]), 8),
    ("MARGIN", NAMEOF('Ctable'[MARGIN - cashflow]), 9)
    
}

 

 

 

2 REPLIES 2
Anonymous
Not applicable

Hi @mazwro 

I have a few questions:
1. According to your description, if the user selects multiple parameters other than turnover, does it need to add up the results of these parameters?
2. When you say that you need to display turnover and plan, do you mean that they need to be displayed when you select the turnover parameter or do you need to display these two parameters regardless of any parameter selected?
Can you provide a picture of the result you want for reference?

 

Best Regards!

Yolo Zhu

Hello @Anonymous 

I am not sure I understand the question, I will try to answer as well I can.

 

1. From the parameters, only one can be selected at one time, so user can pick from a list with metrics like AOV, Orders, users etc. I am wondering if it is possible to show Turnover only  as a chart with two bars: like screenshot below:, and the rest show as a simple bar chart with one bar the way it has been so far.

mazwro_0-1724148799464.png

 

2. For this point, Only when I select turnover, I want to see turnover vs. plan. if any other parameter is selected, then only that selected mettric

 

 

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors