The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi,
The yellow is the starting point but Power BI does not recognize this date format. I've then concatenated orange and green to get the red (New date). However, is returns error once column is changed to date.
any suggestion why this format is not accepted?
Solved! Go to Solution.
i saw you have year column , then change it to year
date(year, month, 1)
Proud to be a Super User!
Hi @Anonymous ,
You can clean the data in power query with following steps:
Sample:
Add Column from examples(Try writing a few more lines of sample data to make sure it's correct):
Change data type:
Visual:
Hope it helps!
Best regards,
Community Support Team_ Scott Chang
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous
pls try this
Column = date(left('Table'[year with dash],4),'Table'[Month],1)
Proud to be a Super User!
Thank you for your effort. However, I'm stille getting the error.
i saw you have year column , then change it to year
date(year, month, 1)
Proud to be a Super User!
User | Count |
---|---|
87 | |
84 | |
36 | |
35 | |
32 |
User | Count |
---|---|
96 | |
75 | |
67 | |
52 | |
52 |