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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
slyfox
Helper II
Helper II

TOPN for Paginated report

Hello,

please help transform my query in a way to retrieve top 5 records by value D_User[Apps] (Field actually represents qty of Apps user has assigned)


SUMMARIZECOLUMNS(
    D_Data[Country],
    D_User[USR_DisplayName],
    D_User[USR_Name],
    D_User[Position],
    D_User[Apps],

 KEEPFILTERS( FILTER( ALL( D_[Apps] ), NOT( ISBLANK( D_User[Apps )))),
  KEEPFILTERS( TREATAS( {"1"}, Groups[Mirror] ))
)

2 REPLIES 2
foodd
Super User
Super User

Please provide your work-in-progress Power BI Desktop file (with sensitive information removed) that covers your issue or question completely in a usable format (not as a screenshot).

https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...

Please show the expected outcome based on the sample data you provided.

https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447...

This allows members of the Forum to assess the state of the model, report layer, relationships, and any DAX applied.

my friend, I'm dealing with a dax code used for the paginated report

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.