Skip to main content

Dear all,

 

I tried to do the table content the data and showing it as in the picture attached but I couldn't, I don't know why although I have include all the calculations. I have attached the workbook, So please help me in that.

 

Thanks in advance for your kind support.

13 answers
  1. Dec 22, 2019, 10:39 AM

    Hi Feras Fares

     

    Please see below steps for solutions.

     

    Step 1: For First Sum(0), You need to drag and drop 'SUM([Quarter])','[Quarter%_neg]','[Quarter%_pos]' on text icon.

    Hi Feras Fares Please see below steps for solutions. Step 1: For First Sum(0), You need to drag and drop 'SUM([Quarter])','[Quarter%_neg]','[Quarter%_pos]' on text icon.

     

    Step 2: Create two calculated Dimensions which name as below:

     

    Possitive Arrow Quarter

    IF [Quarter%_pos]>0 THEN

    '▲'

    ELSE

    ''

    END

    pastedImage_8.png

     

    Negative Arrow Quarter

    IF [Quarter%_pos]<0 THEN

    '▼'

    ELSE

    ''

    END

    pastedImage_9.png

     

    Step 3: Drag and Drop 'Positive Arrow Quarter' and 'Negative Arrow Quarter' on Text Icon.

    pastedImage_1.png

    Step 4: Right click on 'Positive Arrow Quarter' and click on 'Compute Using' -> Click on 'Table (down)'.

    pastedImage_10.png

     

    Step 5: Right click on 'Negative Arrow Quarter' and click on 'Compute Using' -> Click on 'Table (down)'.

    pastedImage_11.png

     

    Step 6: Click on Text Icon -> '...' -> Edit Label Dialog box open and arrange dimensions as per below screenshot.

    pastedImage_14.png

    Step 7: Follow Same above steps for Second Sum(0).

    pastedImage_15.png

    Step 8: Final Output as below.

    pastedImage_16.png

    Let me know if you have any issue for above steps.

     

    Please find attached workbook.

0/9000