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
arvindyadav
Post Partisan
Post Partisan

How to find number of time crossed 50% in a month

Hi Team,

 

I need to find the number of count of 50% CROSSED IN MONTH.

 

Thanks,

Arvind

4 REPLIES 4
Ani1991
Resolver III
Resolver III

Hi @arvindyadav 

If you don't mind can you please ellaborate more on your question as in count of what crossed 50% in a month and so. That will help us help you better.

 

Thanks,

Anish 

Hi @Ani1991 ,

 

Thanks for the reply.

Suppose we have employees named as Ashish, Arvind, Soumyadeep etc,..

and I want to know how many times in the month of august Ashish crossed 50% profit % . Basically, I need to count of that.

If Ashish crossed 50% in the date of  8/10/2019, 8/11/2019, 8/18/2019, 8/30/2019 then the total count of Ashish that he crossed50% profit % in the month of August is 4.

Same for other employees too.

 

Thanks,

Arvind

 

Hi @arvindyadav ,

Assume we have a table like below:

PBIDesktop_9WmT77N571.png

Then we can create a measure like below: 

Measure =
CALCULATE ( COUNTROWS ( 'Table' ), FILTER ( 'Table', 'Table'[profit %] > 0.5 ) )

The result will like below:

PBIDesktop_I4GrrTv2e6.png

Best Regards,

Teige

Hi @TeigeGao ,

 

Thanks for the solution but It is not giving me the correct answer.

We have an employee named as Agam he hit 10times 50% above but after applying your formula I am getting 42 counts.

 

Not Matched.PNG

 

 

Thanks,

Arvind

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