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
Anonymous
Not applicable

(direct query) creates a group interval from the difference between 2 dates

Hi teams

i have a report connected to PostgreSql using direct query, and i need to create a group based on difference between current time and admision date, comes out like in this visual.

data range pbi.PNG 

 

 

 

 

and this is my data, 

Data PBI.PNG

 

is anyone can help me to solved it?

 

thank you

1 ACCEPTED SOLUTION
Anonymous
Not applicable

hi @V-lianl-msft 

 

sorry for late respond, 
thanks for your help, 

 

But i ran into another problem after implement your way

 

Cap PBI.PNG for workaround, i try creating query script with DATE_PART function in SQL editor

 Thanks for your help btw.

View solution in original post

2 REPLIES 2
V-lianl-msft
Community Support
Community Support

Hi @Anonymous ,

 

Create a calculated column like this:

group_ = var days = ABS(DATEDIFF(Table_5[date1],Table_5[date2],HOUR))/24
return SWITCH(TRUE(),
0<days&&days<1,"<1 day",
1<days&&days<2,"1-2 days",
">2 days")

V-lianl-msft_0-1607407532136.png

Sample .pbix

 

Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Anonymous
Not applicable

hi @V-lianl-msft 

 

sorry for late respond, 
thanks for your help, 

 

But i ran into another problem after implement your way

 

Cap PBI.PNG for workaround, i try creating query script with DATE_PART function in SQL editor

 Thanks for your help btw.

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.