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.
HI.
Is there a way to group data by month in PBI or Power Query if the data has no dates in it? for example, I run a monthly inventory report from our ERP that shows me the inventory total at the end of each month. I want to be able to get my data from the folder option on the PBI desktop. Here is a sample of what I need.
Inventory_Total.CSV = January
Inventory_Total.CSV = February
Inventory_Tatal.CSV = March
Solved! Go to Solution.
You can just incorporate the date or just the month and year in your filename, and then parse it out in your query to generate a Date column from it (so you can properly sort, etc.).
MonthlyReport_Jan2022.csv
MonthlyReport_Feb2022.csv
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Thank you.
You can just incorporate the date or just the month and year in your filename, and then parse it out in your query to generate a Date column from it (so you can properly sort, etc.).
MonthlyReport_Jan2022.csv
MonthlyReport_Feb2022.csv
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.