Forum Discussion
FirstPeace
4 years agoRegular Visitor
Passing a column name as the parameter selection
Hi, I have a need where the filter condition Column_name <> null has to be passed through the = Table.SelectRows(Sales, each ([sold_to] <> null) ) I have columns in the fact as sold_to, ...
- 4 years ago
Use this
= Table.SelectRows(Sales, each (Record.Field(_,your parameter name)<> null) )
Change your parameter name appropriately.
Anonymous
4 years agoNot applicable
Hi FirstPeace ,
Could you tell me if your problem has been solved?
If it is, kindly Accept it as the solution. More people will benefit from it.
Or you are still confused about it, please provide me with more details about your problem.
Best Regards,
Stephen Tao