Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
I need to create a new sheet in the existing excel sheet using Power Query in Excel, wherein only the names without corresponding GSTIN entries are displayed automatically.
For example:
| Name | GSTIN |
| Sophia | 24HDS2000ZOM1 |
| Max | |
| William | |
| Layla | 24HDS2000ZOM1 |
I want to display the above name without the GSTIN in new sheet using excel power query
I thought your question was "how do I keep only names that have no values as the corresponding GSTIN. If so, you can just import the table into Power Query, and then in the GSTIN column, right click it on a null or empty value, and choose "Equals". This will give you all rows where the GSTIN is blank. Then just load to an Excel sheet.
--Nate
Hi @Anonymous,
But remember, @lbendlin mentioned importat thing on purpose: Power Query can not create new sheet everytime you load new data. It'll just update existing query in existing sheet where you loaded it for the first time.
Hi @Anonymous,
Yes you can.
In excel you convert this data as table and go through query from a table in Data tab. You can do necessary transformation in power query (split by delimiter and so on) and when you finish, you can either directly clase the query and it will create a new sheet and load as a new table in a new sheet.
Every time you refresh, that new sheet will be refreshed.
Power Query has no idea what a "sheet" is. It's just a query. You need to then take the results of the query and place them somewhere, in a sheet for example.
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.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 9 | |
| 8 | |
| 7 | |
| 7 | |
| 5 |