Forum Discussion
Replicating an Excel table with calculated cells
Hi Anonymous ,
Sorry for the late response. In my solution in order to prevent to have 3 querys (2 for the inputs and 1 for the merging) I made a single one with two different sources and then on a later step I merge the queries.
You can do it with different tables on your model and several queries no problem. I also created the weeks table in order to simplify my tough process you can do it in any source way you want it, from the excel file, a DB source or a direct input on the PBIX file.
The only steps that are important on this way of setting up things is the grouping, unpivot and the merging of the tables. the sources are multiple.
Regarding the advance coding you don't need it as refer prior you can make the merge from existing tables.
The last step is where imake the final calculation you can add steps after that removing or adding additional information.
Regards,
Mfelix
MFelixAs mentioned today I have uploaded the Actual source files(one Xls file and one .pbix file) in my dropbox folder for your consideration. Please consider these files as your source file in replacement of previous XLSX files that I shared previousely.
Please note that the format of my files are not XLSX but TXT or XLS, so you should work these files not XLSX since they are the dump of SAP transactions which is not designed to be saved as XLSX!
Please note that my PBI desktop version is September 2018 not July 2019!
Looking forward to hearing from you
bestmbaman
https://www.dropbox.com/s/v9x96fioch0tlul/ReplicateTopic.pbix?dl=0
- Anonymous7 years agoNot applicable
Thanks again gurus for your replies! Please let me have your suggesttions