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.
I having a excel file name Exception 03_16_02_22_08_58_04.Xlsx . i want to exctract date from excel sheet to used to column in my table.
My Table
Product center QTF Actuals
STF 23 334
GTF 43 534
RTF 53 134
HTF 43 234
I want to get from date excel sheet to used column in table .
Expected output.
Actiondate Product center QTF Actuals
2022-02-16 STF 23 334
2022-02-16 GTF 43 534
2022-02-16 RTF 53 134
2022-02-16 HTF 43 234
any idea. looking for support.
Solved! Go to Solution.
Hi,
instead of getting data from file you have to get data from folder then keep the column
then add a custom column
- expand
and that's done
If this post is useful to help you to solve your issue consider giving the post a thumbs up
and accepting it as a solution !
Hi, @Anonymous
Could you please tell me whether your problem has been solved?
If your problem has been solved, you could accept the helpful answer as solution to close this thread.
It will help other community members easily find the solution when they get the similar issue.
Best Regards,
Community Support Team _ Eason
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi,
instead of getting data from file you have to get data from folder then keep the column
then add a custom column
- expand
and that's done
If this post is useful to help you to solve your issue consider giving the post a thumbs up
and accepting it as a solution !
@Anonymous , first try to get file name in power query
https://community.powerbi.com/t5/Desktop/Extract-Excel-workbook-filename/td-p/991423
https://trumpexcel.com/list-file-names-power-query/
then have new column in power query like
#date(Number.FromText(Text.Middle([Filename],9,2) ) , Number.FromText(Text.Middle([Filename],6,2) ), Number.FromText(Text.Middle([Filename],3,2) ) )
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
26 | |
10 | |
10 | |
9 | |
6 |