Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreShape the future of the Fabric Community! Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions. Take survey.
Hi
I'm gettting the data form my SAP Data Base an when I select the ORDR table I know that I only want the records where the Canceled filed is N.
Can I filter this Data in this moment to work alway with this data filtered yet
regards
Solved! Go to Solution.
In Query Editor, select the drop down for the column and unselect "Select All" and then select "N". The M code for this is:
#"Filtered Rows" = Table.SelectRows(#"Previous Step", each ([Column] = "Value"))
In Query Editor, select the drop down for the column and unselect "Select All" and then select "N". The M code for this is:
#"Filtered Rows" = Table.SelectRows(#"Previous Step", each ([Column] = "Value"))
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
User | Count |
---|---|
94 | |
90 | |
84 | |
76 | |
49 |
User | Count |
---|---|
143 | |
141 | |
109 | |
69 | |
55 |