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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
ajarmstrong
New Member

Visual to show how many uninstalls per day

I have been tasked with removing Notepad++ from all devices in our business, with approximately 400 installs.

The managers want to keep an eye on the status of the uninstalls which I'm doing via MECM. I have created a Power BI report to show the live status of the uninstalls, but they want to see how many per day are being uninstalled. 

Can anyone recommend a way or visual of doing this??

Thanks in advance!

1 ACCEPTED SOLUTION
v-rongtiep-msft
Community Support
Community Support

Hi @ajarmstrong ,

You can use a card. Then create a measure.

Count per day = CALCULATE(COUNT(Login[ID]), RELATEDTABLE(Login))

Or the following.

Count per day = COUNTROWS(RELATEDTABLE(Login))

 

Put the meausre to the card.

 

How to Get Your Question Answered Quickly 

 

If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .

 

Best Regards
Community Support Team _ Polly

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-rongtiep-msft
Community Support
Community Support

Hi @ajarmstrong ,

You can use a card. Then create a measure.

Count per day = CALCULATE(COUNT(Login[ID]), RELATEDTABLE(Login))

Or the following.

Count per day = COUNTROWS(RELATEDTABLE(Login))

 

Put the meausre to the card.

 

How to Get Your Question Answered Quickly 

 

If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .

 

Best Regards
Community Support Team _ Polly

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Idrissshatila
Super User
Super User

Hello @ajarmstrong ,

 

You could add a table with daily records of the uninstallations, and the visual it in a bar chart where each bar shows a day with the number of unistalled programs as a value.

 

If I answered your question, please mark my post as solution, Appreciate your Kudos 👍

Follow me on Linkedin



Did I answer your question? Mark my post as a solution! Appreciate your Kudos
Follow me on LinkedIn linkedIn
Vote for my Community Mobile App Idea

Proud to be a Super User!




Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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