Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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 September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
116 | |
102 | |
87 | |
35 | |
35 |
User | Count |
---|---|
152 | |
98 | |
81 | |
61 | |
55 |