Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
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"))
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.