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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Krijgersss
Helper II
Helper II

need help with a dax formule for a work schedule

Hello i have a data set with a colum with months where the people must do hun work.

i now use this formule but this doesnt work because of parameter etc:

Assistent Bijgewerkt = IF(RELATED('Hulptabel assistent'[Maand])= CONCATENATEX(Maand,Maand[Maand])|| RELATED('Hulptabel assistent'[Maand]) ="NVT", "Ja", "Nee")
 
 
can anybody help me with a formula that does workthe data look like (see screenshot) i have a colum poer function with months and `1 colum with months en 1e kwartaal etc etc
Krijgersss_0-1716367655010.pngKrijgersss_1-1716367695446.png

 

1 REPLY 1
v-jiewu-msft
Community Support
Community Support

Hi @Krijgersss ,

Based on the description, what is the result is you want?

For the DAX formula:

The RELATED function returns a related value from another table.

Then, the CONCATENATEX function concatenates the result of an expression evaluated for each row in a table.

You can also view the following documents to learn more information.

CONCATENATEX function (DAX) - DAX | Microsoft Learn

RELATED function (DAX) - DAX | Microsoft Learn

 

Best Regards,

Wisdom Wu

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

Helpful resources

Announcements
Sept PBI Carousel

Power BI Monthly Update - September 2024

Check out the September 2024 Power BI update to learn about new features.

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

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