Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
I have a table with the days but it doesn;t show the month. How can I create a column that shows the Month & day?
Solved! Go to Solution.
pls try this
Month = IFERROR (FORMAT( DATE(2023,8, VALUE ( 'CE Lookup 2'[Day] )),"MMMM"), BLANK ( ) )
hello @Sonyat810 ,
can you show me what type of date you have ?
if you have something like 1/1/2023 for example, to have the month in a seperate column
calculated column = format ('Tablename' [datecolumn], "mmmm")
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Follow me on Linkedin
Vote for my Community Mobile App Idea 💡
Proud to be a Super User! | |
This all I have as far as day, but no month. It won't let me change it to date format, so I will have to create something.
Hello @Sonyat810 ,
but how would you know this day falls under which month ? this won't work like that.
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Follow me on Linkedin
Vote for my Community Mobile App Idea 💡
Proud to be a Super User! | |
I want this to say "August". How do I write that? This is what I have:
pls try this
Month = IFERROR (FORMAT( DATE(2023,8, VALUE ( 'CE Lookup 2'[Day] )),"MMMM"), BLANK ( ) )
All of the days are for August.
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
72 | |
67 | |
65 | |
42 | |
42 |
User | Count |
---|---|
46 | |
38 | |
28 | |
26 | |
26 |