Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello
I am trying to read .txt Claims files into Power Bi (june 2023 version). Here is what it looks like:
1) I import .txt files into Power Bi - done
2) Show the most current date - done
3) Write code to turn most recent file into a dataframe (in the column under FOLDER PATH) - I cannot seem to do it w/o getting an error message
Also--I am already reading the file into a column where the path is but my DAX code is not working:
Solved! Go to Solution.
I think you can only use in a python or R visual any data that you drag and drop into the visual.
Meaning you would need to put all columns in the visual first and it will automatically create a dataframe for that but it does not allow any access to anything else.
I think you can only use in a python or R visual any data that you drag and drop into the visual.
Meaning you would need to put all columns in the visual first and it will automatically create a dataframe for that but it does not allow any access to anything else.