Skip to main content

Hi All,

 

I have a table with date (“Dt”) on column and two dimensions (“Code” “Name”)  in rows.

 

I have a calculated filed (“Transition”) which I am displaying as text.

 

Aggregate values

 

What I want is a aggregate of all the records for Dimension “Name”

 

So the result that I am among at is -

 

Code  Name   

    A.     pad         5

             pad2      1

 

However, whenever I am using aggregation I am not getting the desired value. I tried using LOD's too. 

 

Any suggestion would be helpful. I have attached the workbook - Aggregate values.

 

Regards,

Rishi

답변 2개
  1. 2020년 5월 8일 오후 11:00

    Rishi,

     

    Try this,

     

    { INCLUDE  [Dt] : COUNTD(IF [Parameter]>= [Alarm] THEN [Id] END) }

    Rishi, Try this, { INCLUDE [Dt] : COUNTD(IF [Parameter]>= [Alarm] THEN [Id] END) } Hope it helps if it does please mark helpful and close this thread.

    pastedImage_1.png

     

    Hope it helps if it does please mark helpful and close this thread.

     

    Thanks,

    Anand

0/9000