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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
Anonymous
Not applicable

How to create a dates between from and to date

Hi

I have a From date and To date columns with in a table but i want remaining dates between from date - to date  for each and every employee id. Using calendar auto functions i have created date staticlly for all dates and also created data model connection but its not mapping as expected.

 

1.png

Regards,

Yuvaraj

1 ACCEPTED SOLUTION
v-danhe-msft
Employee
Employee

Hi @Anonymous,

Based on my test, you could refer to below steps in query editor:

Sample data:

1.PNG

Selected the two columns and use the "Unpivot columns" function:

1.PNG

Now you could get the merged columns.

 

Regards,

Daniel He

Community Support Team _ Daniel He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

7 REPLIES 7
v-danhe-msft
Employee
Employee

Hi @Anonymous,

Based on my test, you could refer to below steps in query editor:

Sample data:

1.PNG

Selected the two columns and use the "Unpivot columns" function:

1.PNG

Now you could get the merged columns.

 

Regards,

Daniel He

Community Support Team _ Daniel He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
chotu27
Post Patron
Post Patron

@Anonymous 

 

1. Click “Edit queries” to open Power Query editor

2. Make sure your date columns are date (not date/time) format

3.  Create a custom column

4. Listofdays = { Number.From([From Date])..Number.From([ToDate])}

5. Click OK

6. Click the “diverging-arrow” icon next to “Date” and click “Expand to new rows”. Notice the addition of new rows.

7. Change the column type to “Date”

8.  Click “Close and Apply”

 

 

Final Step Create Calculated

List of days = CONCATENATEX(FILTER(ALL(Tab),Table[Emplyee ID]=EARLIER([Emplyee ID])),[Listofdays]," , ")

 

 

 

mmm.PNG

Anonymous
Not applicable

Hi @chotu27 

I tried to reproduce the steps that you mentionned il your comment
Could you please help with this error:

Custom Column.jpg

thanks in advance,

Anonymous
Not applicable

unique values falls duplicate.

without duplication how can i achieve.

mmm2.PNG                                                                  @Anonymous you need this view right?

Greg_Deckler
Super User
Super User

[To Date] - [From Date]

 

That will give you the number of days between the two dates.


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
Mastering Power BI 2nd Edition

DAX is easy, CALCULATE makes DAX hard...
Anonymous
Not applicable

Yes but in my report i need to create a date filter that date contains all date's. Here am expecting the date as one new column it contains all dates which have that from date and to date.

 

Regards,

Yuvaraj 

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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