import data
3 TopicsDynamic File Import
I have a model that is built off of four Excel files that are stored in a network folder. The network folder contains several files that aren't associated with my model, but I need the most recent version of the four files. My dilemma is that the files have datestamps, and files from previous days need to be kept for auditing purposes. My steps are as follows: 1. = Folder.Files("FolderPath") 2. = Table.SelectRows (Source, each Text.Contains ([Name], "Text in Filename")) 3. = Table.Sort(Filtered,{{"Date modified", Order.Descending}}) 4. = Table.FirstN(#"Sorted Rows",4) 5. = Table.SelectRows(#"Kept First Rows", each Text.Contains([Name], "Text in Filename")) 6. = #"Filtered Rows"{[#"Folder Path"="Filename with Specific Date"]}[Content] How should I modify my steps so they find the most recent file that contains "X" in the name?504Views0likes1CommentUnable to add new table from excel
Hi, I successfully created 7 power bi reports by connecting it to an excel sheet and now if i am making any changes in excel, they are successfully updating in all the reports. But later on, i added one more table in my excel file(due to some business requirement) and now i want to load the data of same in my PowerBI report but simply clicking on Refresh data is not helping. Is there any way through which i can start importing the values of that new table(added in excel) into PowerBI as well?Solved1.8KViews0likes2CommentsPower BI RS - import data from Excel Online/sharepoint/365
I'm using Power BI Report Server and the latest Power BI Desktop for Report Server. I'd like to import data from an online Excel sheet. This sheet will be updated by multiple people. Tried Excel (just brings up desktop file browser) and Sharepoint folder (tried a few options and got either errors or just a file list). Thank you for your help.Solved1.3KViews0likes2Comments