Skip to main content

I would like to draw the red bars I added to the screenshot.

is it possible in Tableau?

thank you for your help

 

a bar start from another bar 

2 answers
  1. May 3, 2023, 11:04 PM

    @yaniv hugarde​ hi there.

    You need a combination of LOD for the average, so the line axis for the Grant bar (+/-).

    //Total average

    SUM({SUM([Profit])})/SUM({COUNTD(DATEPART('year', [Order Date]))})

    And the difference will be used as size for the Grant bar.

    //Diff

    (SUM([Profit])-[Total average])

    After using this as dual axis here is the result.

    @yaniv hugarde​ hi there.You need a combination of LOD for the average, so the line axis for the Grant bar (+/-).Document attached.

     

    Thanks,

    Adrian Zinovei - Tableau Forum Ambassador

0/9000