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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
mmm286b
Frequent Visitor

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

Power BI Monthly Update - September 2025

Check out the September 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.