Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi everyone!
I am having difficulties trying to create a new table.
I have this table Cumplimiento de mantenimiento preventivo
And I would like to create a new table with these data
For each Equipo, I want to have only the data with the most recent date in Campo de fecha del formulario.
I've tried different things with Summarize, Filter with Lastdate etc.. but I still haven't found the solution.
Thanks a lot for your help!
Jean-Ri
Solved! Go to Solution.
@Anonymous , Try new column like
filter(addcolumns(Table, "_1", calculate(max(Table[Campo de fecha del formulario]), allexcept(Table, Table[Equipo]))), [Campo de fecha del formulario] =[_1])
I have not tested this
It works! Thanks a lot
@Anonymous , Try new column like
filter(addcolumns(Table, "_1", calculate(max(Table[Campo de fecha del formulario]), allexcept(Table, Table[Equipo]))), [Campo de fecha del formulario] =[_1])
I have not tested this
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
76 | |
76 | |
55 | |
37 | |
34 |
User | Count |
---|---|
99 | |
56 | |
53 | |
44 | |
40 |