Forum Discussion
Anonymous
3 years agoNot applicable
DAX TO M for CONTAINSTRING
Hello guys i need help to translate a measurement into code m. Can you help me please. This is my measure in dax and i want this in M. Colonne = IF(CONTAINSSTRING(Capacity_P1_Planification[Sche...
- 3 years ago
Hi Anonymous
this would be:
if Text.Contains([Schedules.RefreshSchedule.Days],"Monday") then 1 else 0
ImkeF
3 years agoCommunity Champion
Hi Anonymous
this would be:
if Text.Contains([Schedules.RefreshSchedule.Days],"Monday") then 1 else 0