Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hi
My data was flattened out of structure when I imported into Power BI, I want to create a query that filters out the unneeded data.
I have a column of data which in the live formats like this:
1.
1.1
1.2
but in BI formats like this:
1.
1.1
1.2
meaning that I cannot filter by 1. becuse I loose all the data in 1.1 and 1.2
I have created a table array in Excel that includes all the sub numbers and what categories they refer to.
I think what needs to happen is something like this that covers all my data:
FILTER(
('MainTable'[category column]),
'ArrayTable' IN { "NUMBER LIST" }
)
Hello - this is how you can filter a table by a list of values in Power Query...
Table.SelectRows(#"Prior Step", each List.Contains(myListName, [MyColumnName]))
Hi,
Still new to some of the terminology, so just a little check for me to make sure I am doing this correctly.
"Prior step" refers to what?
myListName = the list I am using to search for values
myColumnName = the column the values I am search for are in
which gives me this so far:
Table.SelectRows(#"Prior Step", each List.Contains(IDList, [data.categoryid]))
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 5 | |
| 5 | |
| 4 |