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
Anonymous
Not applicable

I need to group data by version.

Hi Experts,

 

I need to group data below in screen shot.  i have two columns  application and version columns in table. 

 

rajesh4244_0-1627030144232.png

 

here one applictaions have many versions and one version have many devices listed.  I need output like application, version and  Devices total count.

application ID versioncount 
commicrosoft.office.outlookIOS4.3.1 (2915218)1000
commicrosoft.office.outlookIOS4.2125.0 (9055108)150
commicrosoft.office.outlookAndroid4.0.533000
commicrosoft.office.outlookAndroid3.0.55500

 

Here there are multiple versions and one versions have multiple devices connected. I need the count of devices for each version.

 

 

3 REPLIES 3
Anonymous
Not applicable

I have data in below table need to be grouped. I have different application with versions data is storing.

rajesh4244_0-1626958309929.png

 

here one applications have different verions and one version can connect with many devices like andriod or IOS.

 

i need outputlike below.

Application ID application versions devicescount
com.microsoft.office.<outlook>IOS4.57.2 (6028906) 100
com.microsoft.office<outlook>IOS4.1.1 (2819328)2000
com.microsoft.office.word.<IOS>2.30.1 (2.30.19101703)130
com.microsoft.office.word.<IOS>2.26 (2.26.19060403)180

 

I need the total devcies connected to each version of the application. I need to show the data in pie chart.

 

Hi @Anonymous ,

 

Please check the group by feature in Power Query Editor.

 

Best Regards,

Jay

Community Support Team _ Jay
If this post helps, then please consider Accept it as the solution
to help the other members find it.
MFelix
Super User
Super User

Hi @Anonymous ,

 

This can be done in the frontend or in the query editor.

 

If you use the query editor you need to group by and then make the values grouping by the aplicationID and version and on the grouping do a count of rows.

 

If you are using a visualization you just need to add a measure similar to this:

Count = COUNT ( Table[applicationID])

and then add the columns you need for detail and the measure for the result.


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



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.

Top Solution Authors