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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
mmm286b
Helper I
Helper I

Generate a table from sliced (param) and apply filter of a measure

Hi,

I have a param, it's a secuencial name 0 to 20 with slice.

I need to get data from a table, substracting these param to the actual date and applying a filter.


I'm trying with these meausure becuase if I put without concatenate always says me that I have more than one result and it gives me an error:

 

 

 

 

Medida_Jobs_Restantes_DETALLE2 = 
VAR FechaFiltrada = TODAY() - SELECTEDVALUE(Numero_de_dias[Parámetro])
RETURN
    CONCATENATEX(
        FILTER(
            TABLA_ACTIVAS_DESARROLLADO,
            DATEVALUE(TABLA_ACTIVAS_DESARROLLADO[order_time_YYYYMMDD]) <= FechaFiltrada
        ),
        TABLA_ACTIVAS_DESARROLLADO[JOB_NAME],
        ", "
    )

 

 

 

These shows me all results in one line in table. But I need one line for each register.

Thanks

1 REPLY 1
lbendlin
Super User
Super User

Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
Do not include sensitive information. Do not include anything that is unrelated to the issue or question.
Please show the expected outcome based on the sample data you provided.

Need help uploading data? https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...
Want faster answers? https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447...

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.