79726181

Date: 2025-08-05 13:31:06
Score: 2
Natty:
Report link

I tried to implement what @premkumarravi proposed. The midStep part worked very well. The return section was causing me problem, since values line didn't accepted the [fullKey] argument as valid.

Inspired from his proposal, i finaly did that for the return statement


    SUMMARIZE(
        MidStep,
        [date],
        "liste mandats", 
            CONCATENATEX(
                 filter(MidStep, [date] = earlier([date])),
                 [fullKey], " ** "
            )
    )
Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @premkumarravi
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Pat N.