Count duplicate values in SSAS

63 Views Asked by At

I have table Admission and Patient table. I build a cube as Admission table as fact table and Patient as dimension table. Now I want to count how many Patient_id in Admissions table. it is possible to do that in cube? Please do answer.

1

There are 1 best solutions below

2
Mostafa NZ On

In the cube structure, right click on the fact. Choose new measure. In the new window, select aggregate and field.

CubeStructure

NewMeasure