Forum Discussion
Antonio195754
3 years agoHelper IV
Using lookupvalue for hierarchy filter
Hello, I'm using the following column formula to return my hiearchy filter CHANNEL NAME = lookupvalue('Hierarchy Table'[CHANNEL],'Hierarchy Table'[ID],'B.Opportunity'[ID__C]) It works, but...
- 3 years ago
Hi,
Try this
=if(isblank(lookupvalue('Hierarchy Table'[CHANNEL],'Hierarchy Table'[ID],'B.Opportunity'[ID__C])),"XYZ",lookupvalue('Hierarchy Table'[CHANNEL],'Hierarchy Table'[ID],'B.Opportunity'[ID__C]))
Hope this helps.
- 3 years ago
Figured out how to tackle this one. I just filtered the given outcome i needed to see with a measure, and date a date difference of greater than 0 and put it in a scorecard. Thanks for the help! Ashish_Mathur
Ashish_Mathur
3 years agoSuper User
Hi,
I do not see a second tab in that workbook. In that new tab, please also explain how you got the result.
Antonio195754
3 years agoHelper IV
Figured out how to tackle this one. I just filtered the given outcome i needed to see with a measure, and date a date difference of greater than 0 and put it in a scorecard. Thanks for the help! Ashish_Mathur