Forum Discussion

gpiero's avatar
gpiero
Icon for Skilled Sharer rankSkilled Sharer
10 years ago
Solved

How to proper design a weekly report

  I need to create a report that each week import a csv file come from ERP.     let Source = Csv.Document(File.Contents("D:\Lavori\01.30_-_Studio Power BI\stock values csv"),[Delimiter="|", C...
  • v-caliao-msft's avatar
    v-caliao-msft
    9 years ago

    gpiero,

     

    Yes, I have tested it, if the data on the file is
     
    111                a             3             20
    222                b             3            40
    222                e             3            40
    333                c              5            70
    444                f              10         100

     

    Then you will not get the row after refersh.
     222                b             6             80

     

    Regards,

    Charlie Liao