Forum Discussion

Syndicate_Admin's avatar
Syndicate_Admin
Administrator
4 years ago
Solved

Double Stacked Bar Graph

Hello friends, I need your help, I am new to Power BI and I have a problem with stacked bars, the problem is that I have to 3 measures, 1 measure that is a budget, which goes alone, another measure t...
  • Anonymous's avatar
    Anonymous
    4 years ago

    Hi  Syndicate_Admin ,

    Click Home - Enter data. to create a table.

    Create measure.

    Gastado&Liberadas =
    IF(
    MAX('Table2'[Group])="Gastado&&Liberadas",0,[$ Liberadas S/Fact])
    PPTO =
    IF(
        MAX('Table2'[Group])="PPTO",0,[PPTTO])

    Result:

     

     

    Best Regards,

    Liu Yang

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