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 Expert
How would you extract from the date column the day and date intro a new column to show the following:
Column A
01/01/2025
02/01/2025
New Column
01-Wed
02-Thr
And so on - needs to be done on Power query as the FACT table has 11 million rows
Solved! Go to Solution.
Hi @BlueWhite3699
From PQ you can use this formula
Text.From(Date.Day([Column A])) &"-"&Text.Start(Date.DayOfWeekName([Column A]),3)
But
The best practise is to have this column in a calender table
+
Note that we have a format option directly from visualizations :
The pbix with the axample is attached
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Excellent - thank you
User | Count |
---|---|
77 | |
76 | |
41 | |
29 | |
24 |
User | Count |
---|---|
96 | |
91 | |
52 | |
47 | |
46 |