Forum Discussion
Data Upload
- 6 years ago
Hi Anonymous ,
Just point the source path for your existing RESULTS table to the new file:
File --> Options & Settings --> Data Source Settings
Thanks,
Pragati
- Anonymous6 years ago
Hi Anonymous
Pragati11's reply is useful. I have a test by two Excel data.
Excel 1:
Excel 2:
Firstly get data from Excel1 and build a calculated column.
Column = AVERAGEX(FILTER(Sheet1,Sheet1[Name]=EARLIER(Sheet1[Name])),Sheet1[Quantity])Result:
Change the Data Source like Pragati11 replied before.
Select ok , and click Apply changes. Result is as below:
If you didn't delete the path of Source1, the result may go wrong.
If this reply still couldn't help you solve your problem, please show me more details about your issue screenshot, your data source path.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous ,
The reason why your new data file is named as RESULTS(2) is because there is an existing table name in your dtaa model RESULTS.
You can easily modify names of your tables. Right click on table --> Rename
Regarding the calculated column, whenever you areate a calculated column in a table, it resides in the same table. In your case they will be in RESULTS table. (as they were created there)
Don't get confused with RESULTS and RESULTS(2). They are different tables.
Thanks,
Pragati