Forum Discussion
Data validation - dependency hierarchy without creating Data lists
- Anonymous1 year ago
Hi HeideDeLange
Of course you can! You can use the SELECTEDVALUE( ) function to get the result of the slicer selection.Test = SELECTEDVALUE('Table'[Brokerage])Put this measure in the card visual to validate the results:
Best Regards,
Jayleny
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi HeideDeLange
You can use slicers to implement your needs.
Best Regards,
Jayleny
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- HeideDeLange1 year agoRegular Visitor
Hi there,
Thanks, I learnt something new today, but the slicers don't work, unless you can help with the next step.
So selecting the data was one thing, then I use the result of the selection in a vlookup to bring back a data point.
Can I reference the slicer selection in a vlookup formula?
- Anonymous1 year agoNot applicable
Hi HeideDeLange
Of course you can! You can use the SELECTEDVALUE( ) function to get the result of the slicer selection.Test = SELECTEDVALUE('Table'[Brokerage])Put this measure in the card visual to validate the results:
Best Regards,
Jayleny
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Ashish_Mathur1 year agoSuper User
That is an MS Excel question - not a PowerBI question.