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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

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

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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