I have a FactTable with Flag, this flag is to differentiate records and its of boolean datatype
. I have to get this field in the cube. I have created non aggregatable measure for this flag, but it shows blank/null
when cube is browsed. I do not want to create degenerate dimension.
I want the data to look like this.
Flag| Sales Local
1 | 35,450
0 | 22,000
Is there any other way to get this field into cube, or is it possible?