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

Did record happen during day or night?

Hi,

 

I would like to see if my transaction records happened during daylight or during the night - so the time changes for date to date.

 

Table 1 - named 'Counts',
with a [Date] and a [Time] column

 

Table 2 - name 'SunUpDown'

with a [Date], [SunUpTime] and [SunDownTime]

 

Can anyone please help me how I can make a calculated Column in Table 1, for each record to tell me if it happened during the day or night, on that specifical date.

 

2 REPLIES 2
jthomson
Solution Sage
Solution Sage

Assuming there's a relationship between the two date fields - I'd have thought it'd just be a case of just doing a two stage if:

 

if([Time]<[SunUpTime],"Night",if([Time]>[SunDownTime],"Night","Day"))

Anonymous
Not applicable

I start to suspect that I have made an error in the linking of the tables; as I get the same error as I have gotten during my tests too:

Table 1, with new calculated columnTable 1, with new calculated columnLink between tablesLink between tablesTable 2Table 2

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.