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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

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
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.