March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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, ship_to, bill_to.
The dataset has to be seperately built to reduce the data and focus only on the particular type.
I am not able to use a parameter (defined) in place of the colum name. any suggestions.
thanks,
Venu
Solved! Go to Solution.
Use this
= Table.SelectRows(Sales, each (Record.Field(_,your parameter name)<> null) )
Change your parameter name appropriately.
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
Use this
= Table.SelectRows(Sales, each (Record.Field(_,your parameter name)<> null) )
Change your parameter name appropriately.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
21 | |
16 | |
13 | |
12 | |
9 |
User | Count |
---|---|
36 | |
31 | |
20 | |
19 | |
17 |