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
CloudMonkey
Post Prodigy
Post Prodigy

User parameters from another table in a calculated field dax query

Hi,

 

I have a table of every day's date and a table with the date of every public holiday. Please can you tell me how to created a calculated field to in the first table - returning a 1 if the date is not a public holiday and a 0 if the date is a public holiday.

 

Thanks,

 

CM

1 ACCEPTED SOLUTION
Phil_Seamark
Employee
Employee

Hi @CloudMonkey

 

You can probably do it a number of ways.  One option is to merge the two tables in the Query Editor to effectively create a single table that contains both.

 

You can also do this in DAX as well.

 

Another option is to create a relationship between the two tables in DAX and create a calucated column that uses either RELATED/RELATEDTABLE fuctions to go fish for the values.

 

If you provide a sample data set of your two tables, we can try and help you out.

 

Cheers.


To learn more about DAX visit : aka.ms/practicalDAX

Proud to be a Datanaut!

View solution in original post

2 REPLIES 2
CloudMonkey
Post Prodigy
Post Prodigy

Thanks Phil, RELATED did the trick Smiley Happy

Phil_Seamark
Employee
Employee

Hi @CloudMonkey

 

You can probably do it a number of ways.  One option is to merge the two tables in the Query Editor to effectively create a single table that contains both.

 

You can also do this in DAX as well.

 

Another option is to create a relationship between the two tables in DAX and create a calucated column that uses either RELATED/RELATEDTABLE fuctions to go fish for the values.

 

If you provide a sample data set of your two tables, we can try and help you out.

 

Cheers.


To learn more about DAX visit : aka.ms/practicalDAX

Proud to be a Datanaut!

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.