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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
aravind2409
New Member

Need help with manually calculating difference between two percentage or numbers and cond. formattin

Hi All,

 

I have a data like this. Need help with subtracting Jan - Feb and Feb - March like wise and show the difference. Kindly help this is bit urgent. Would be great if some one can help on this

aravind2409_0-1692943288944.png

 

11 REPLIES 11
mussaenda
Super User
Super User

Hi @aravind2409 ,

 

Since you already have the previous month on your data, 

do a measure of resolved count / resolved count - previous month then change the data type to percentage

Kindly help please

Hello ,

 

Thanks for checking. I tried and its not working.

aravind2409_0-1692945441733.png

My requirement is in Jan percentage is 83.83 and Feb is 85.07 i want the difference between two (85.07-83.33). Kindly help. Thanks in advance for your help

Hi, 

 

It was not indicated on your first post that you need the percentage value difference.

 

Anyway, i had no idea how the Total Resolved % is claculated. 

but if this is what you want to achieve,

mussaenda_0-1692955633594.png


use  the previousmonth function for the % and the subtract them

Resolved % LM = 


CALCULATE(
    [RESOLVED %],
    PREVIOUSMONTH('Table (2)'[Date]),
    REMOVEFILTERS('Table (2)'))

 

 

 

 

Thank you sir.

Thanks for taking time and considering my query. Let me share my formulas fully.

Here is the details:

aravind2409_0-1692956669569.png

Previous Month:

aravind2409_1-1692956744336.png

Resolved Count:

aravind2409_2-1692956821092.png

 

 

Please advice on my output. I tried with your earlier suggestions its not coming 

 

aravind2409_3-1692956894278.pngaravind2409_4-1692956932543.png

I am requesting your help kindly. Thanks and this is bit critical to complete the automation. I am sorry if am bugging / troubling you

@mussaenda Kindly help sir.

Hi @aravind2409 ,

 

i responded to you.

Please check the replies

 

"My requirement is in Jan percentage is 83.83 and Feb is 85.07 i want the difference between two (85.07-83.33)"

 

according to your  requirement, test1 is correct, right? you just need to change the data type  to %

@mussaenda  its not working. i have shared my formulas kindly check and help. am sorry if am bugging you

Hi @aravind2409 ,

 

"My requirement is in Jan percentage is 83.83 and Feb is 85.07 i want the difference between two (85.07-83.33)"

 

according to your  requirement, test1 is correct, right? you just need to change the data type  to %

 

@mussaenda  Sir, can you please help with my query? Thanks in advance for your help. i have shared my dataset details.

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.