Forum Discussion
Double Stacked Bar Graph
- Anonymous4 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.
Hi Syndicate_Admin ,
Here are the steps you can follow:
1. Use Enter data to create a table.
2. Create measure.
Stacked1 =
IF(
MAX('Table2'[Group])="PPTO",0,[PPTTO])Stacked2 =
IF(
MAX('Table2'[Group])="Gastado&&Liberadas",[Gastado],[$ Liberadas S/Fact])
3. 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
Estimado Liu Yang:
reviewing the steps to follow, I do not know how to create or edit the groups in step 1. you can indicate some forum or video to see the steps, I would appreciate it. thank you now.
- Anonymous4 years agoNot applicable
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.