Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
neelofarshama
Post Partisan
Post Partisan

How to create a date column in query editor from year and period columns

Hi,

 

I need to create a Date column in my query editor to setup the incremental refresh. In my model I have year and Period columns existing as shown below using which I need to create a Date column.

neelofarshama_0-1648126963328.png

I have create date using DAX in the report

Date=date(Table[YEAR],REPLACE(Table[PERIOD],1,7,""),1) this will give date=12/1/19 

I want the same to be created in query editor for my incremental refresh.

 

Please help

 

7 REPLIES 7
HB13
Helper I
Helper I

 Hi 

You can try #date([YEAR], Number.FromText(Text.End([PERIOD], 2)), 1)

Hi,

Thank you for the reply. I tried your solution but I am getting below error after filltering. Please suggest

neelofarshama_0-1648155062741.png

 

 

 

Once you create the custom date column are you changing its type to DateTime? Does it allow you to?

Yes I changed it to Date format it allowed but then its throwing this error.

Hi @neelofarshama , Give my solution a shot and see if it works for you.

Hi @davehus 

Thank you for the reply. The same error is popping up after your solution also.

I created 2 parameters range start - 12/31/2019

range end -12/31/2022

then I applied custom filtering to the created date column >= range start and <=Range end.

When I hit close & apply I am getting this error

neelofarshama_0-1648155562838.png

 

davehus
Memorable Member
Memorable Member

Hi @neelofarshama ,

 

This should work Custom column

 

Text.End([Period],2)&"/"&"1"&"/"&Text.From([Year])

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.