Forum Discussion
Anonymous
1 year agoNot applicable
Need help with this Measure!
This is the measure I am using to fetch regions from DMT_GEOGRAPHY_POD_MAPPING table based on selection of DMT_FCT_SALES_TARGET[LEVEL_DETAILS]: There no connection between both the tables as ...
dharmendars007
1 year agoMemorable Member
Hello Anonymous ,
If i have understood your query I think you are trying to showing values if the selected value is not present if that so you can pass any text to the condition like the below.
SelectedPOD = SELECTEDVALUE('DMT_GEOGRAPHY_POD_MAPPING'[POD_CD], "No POD selected")
If you find this helpful , please mark it as solution which will be helpful for others and Your Kudos/Likes are much appreciated!
Thank You
Dharmendar S