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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
seanrm42
Frequent Visitor

Consolidated Count

Hello fellow PBIX users.

 

I need your help for an executive request that I know is simple but has me stumped.

 

I have a large table which has a DeviceID and the AppID. For each App the Device has installed there is a row.

 

Example:

 

Device 1        App1

Device 2        App1

Device 2        App2

Device 2        App3

Device 3        App2

 

I need a summarized view that lookcs like this:

 

Count of Apps        Count of Device 

1                             2

3                             1

 

Showing the number of devices which have have a certain counts of the apps. We want to start with the devices which have the most apps installed and work our way back.

1 ACCEPTED SOLUTION

@seanrm42

 

Try this calculated Table

 

New Table =
SUMMARIZE (
    SUMMARIZE (
        TableName,
        TableName[Devices],
        "Count of Apps", COUNT ( TableName[Apps] )
    ),
    [Count of Apps],
    "Count of devices", COUNT ( TableName[Devices] )
)

Regards
Zubair

Please try my custom visuals

View solution in original post

10 REPLIES 10

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

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.