web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / mostrar campos por ID
Power Apps
Answered

mostrar campos por ID

(1) ShareShare
ReportReport
Posted on by 115
Que debo agregar o modificar en mi formula para que solo me aparezcan los datos por ID de cada usuario del mas reciente al mas antiguo
 
Anteriormente tenia esta pero me mostraba los datos mas antiguos a los mas recientes (Solamente por ID)
 
Filter(Tickets; ID_Usuarios.Value=User().Email)
 
 
ahora tengo esta otra formula pero no me la muestra por ID de cada usaurio (me aparecen todos los campos)
 
SortByColumns(Tickets; "field_2"; SortOrder.Descending)
 
 
Pero si las uno me marca error en Filter
 
SortByColumns(Tickets; "field_2";
     Filter(Tickets; ID_Usuarios.Value=User().Email);
SortOrder.Descending)
 

 
I have the same question (0)
  • Verified answer
    WarrenBelz Profile Picture
    155,838 Most Valuable Professional on at
    Almost correct - try this
    SortByColumns(
       Filter(
          Tickets;
          ID_Usarios.Value = User().Email
       );
       "field_2";
       SortOrder.Descending
    )
    I also notice your field name - I assume here that you have created a SharePoint List directly from an Excel table. If you have not gone far into the exercise, I encourage you to re-create the SP List with the field names you want and then paste all the Excel data using Edit in grid view. You will have a lot less problems with field name references in the future.
     
    Please ✅ Does this answer your question if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider answering Yes to Was this reply helpful? or give it a Like ♥
    Visit my blog
    Practical Power Apps    LinkedIn  

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 424

#2
WarrenBelz Profile Picture

WarrenBelz 355 Most Valuable Professional

#3
11manish Profile Picture

11manish 290

Last 30 days Overall leaderboard