Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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.
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
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...