Forum Discussion

MAVIE's avatar
MAVIE
Icon for Helper I rankHelper I
2 years ago
Solved

SELECTEDVALUE returns value for related dimension, while not present in fact

I am creating the following measure, which has to returns a value from my fact table based on different scopes.  DEFINE  MEASURE 'People Engagement'[Engagement Rotation] = VAR YearInScope =    ...
  • MAVIE's avatar
    2 years ago

    The issue was resolved by converting the value from BIT to String in the datamodel, such that Power BI would not confuse blank values with FALSE