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

Get Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.

Reply
Anonymous
Not applicable

Summarize data

Hi, I need output from my table like mentioned in the image. Kindly help me to get the solution.

 

Capture.PNG

1 ACCEPTED SOLUTION
santiagomur
Resolver II
Resolver II

hi, 

 

try creating 3 calculate column.

30 days=if(datediff(today();I-94 Valid To;DAY)>30&&datediff(today();I-94 Valid To;DAY)<=180;1;0)


180 days=if(datediff(today();I-94 Valid To;DAY)>180&&datediff(today();I-94 Valid To;DAY)<=230;1;0)


230days=if(datediff(today();I-94 Valid To;day)>230;1;0)

 

I don't know the structure of your table, but this can give you an idea of ​​what to do.

View solution in original post

1 REPLY 1
santiagomur
Resolver II
Resolver II

hi, 

 

try creating 3 calculate column.

30 days=if(datediff(today();I-94 Valid To;DAY)>30&&datediff(today();I-94 Valid To;DAY)<=180;1;0)


180 days=if(datediff(today();I-94 Valid To;DAY)>180&&datediff(today();I-94 Valid To;DAY)<=230;1;0)


230days=if(datediff(today();I-94 Valid To;day)>230;1;0)

 

I don't know the structure of your table, but this can give you an idea of ​​what to do.

Helpful resources

Announcements
May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.