Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

Adding Manual Data

I have a data source I'm connected to that I want to manually add data to. I have the missing dates and want to enter them into this table, but I don't see any other way except replacing all null val...
  • parry2k's avatar
    parry2k
    8 years ago

    I assume your another source have a column which can link these two tables.

     

    You can bring your 2nd source in your data model and then you can use "merge queries" feature to link your original source table with 2nd table and get the date from your 2nd source table.

     

    I Hope this will get you started, if you need more info, please let me know.