Forum Discussion
powerbiexpert22
Impactful Individual
2 years agoCommon transformations
I want to reuse common power query transformations in another pbix file , is there a way to do it without using dataflow?
- 2 years ago
Publish File1 to the Power BI service. Open File2 in Power BI Desktop. Get Data > Datasets > File1
- 2 years ago
Hi powerbiexpert22
Step 1 - Publish the report/PBIX1 file in Power BI Service
Step 2 - Open new pbix file and follow the below stepStep -3 - Select the PBIX1 Dataset and start building PBIX2 report
If solved your requirement, please mark this answer as SOLUTION.
If this comment helps you, appreciate your KUDOS
Thanks
Pijush
powerbiexpert22
Impactful Individual
2 years agoExample:
File1.pbix
Dim1,Dim2,Dim3,Dim4,Dim5,Fact1
File2.pbix
Dim1,Dim2,Dim3,Fact2
I want to reuse Dim1,Dim2,Dim3 from File1.pbix in File2.pbix
CoreyP
Solution Sage
2 years agoPublish File1 to the Power BI service. Open File2 in Power BI Desktop. Get Data > Datasets > File1