Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
Hey,
I want to dlete same columns in each quers, so I cant go to each query and select the columns and delete as the columns which need to be deleted are same. Can any one help me in sorting this out please?
So, for all the queries I should delete the same columns. Can anyone please help me?
Solved! Go to Solution.
Just import your data and let's say this is Query1.
Now right click on Query1 and Reference - This will create a reference query based on Query1. You can do whatever transformations you are doing.
Create n number of queries based on Query1 and do your transformations.
Then whatever you delete in Query1 will be reflected in all reference queries
Hence, if you have a single data source, just make one query and make references to this in all other queries.
If your data sources are different, then you will have to delete column indiviually.
Iam not sure if this is exactly what Iam looking for 😞
Just import your data and let's say this is Query1.
Now right click on Query1 and Reference - This will create a reference query based on Query1. You can do whatever transformations you are doing.
Create n number of queries based on Query1 and do your transformations.
Then whatever you delete in Query1 will be reflected in all reference queries
Hence, if you have a single data source, just make one query and make references to this in all other queries.
If your data sources are different, then you will have to delete column indiviually.
Unfortunately in PQ, every query will have to be edited individually. This can be possible only if all other queries are reference queries based on original query. In this case, if column is deleted in original query, then reference queries will also be not having that column.
But, I presume, your queries are not reference queries but individual queries. In this case, you will have to enter into each and every query individually and delete the column.
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.