Hi everyone.
I just got started with Power BI and I am struggling to transform a date/month (Ex.: August) as a number in Power BI? When it gets to Power BI desktop it reads as text (please, see the image attached). Any hints? I need to have August as a month/number?
Cheers
Marco
Solved! Go to Solution.
@zicarelli , No power will take that as text only, You have to create date with help from the year and month
Date.FromText("01-" &[Month] & "-" & Text.Start[Year])
@zicarelli , No power will take that as text only, You have to create date with help from the year and month
Date.FromText("01-" &[Month] & "-" & Text.Start[Year])
Thanks, mate! Will do it.
User | Count |
---|---|
114 | |
59 | |
56 | |
43 | |
41 |
User | Count |
---|---|
117 | |
66 | |
65 | |
64 | |
46 |