Forum Discussion
Need help with manually calculating difference between two percentage or numbers and cond. formattin
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
- aravind24092 years agoNew Member
Hello ,
Thanks for checking. I tried and its not working.
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
- mussaenda2 years agoCommunity Champion
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,
use the previousmonth function for the % and the subtract themResolved % LM = CALCULATE( [RESOLVED %], PREVIOUSMONTH('Table (2)'[Date]), REMOVEFILTERS('Table (2)'))- aravind24092 years agoNew Member
Thanks for taking time and considering my query. Let me share my formulas fully.
Here is the details:Previous Month:
Resolved Count:
Please advice on my output. I tried with your earlier suggestions its not coming
I am requesting your help kindly. Thanks and this is bit critical to complete the automation. I am sorry if am bugging / troubling you
- aravind24092 years agoNew Member
Kindly help please