Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Team,
I have a problem to calculating the % for CY vs LY.
I Used following.
But my result is showing wrong like
i dont' know how to fix. Great thanks to Someone will help me to fix this output
Regards
Solved! Go to Solution.
This formula not working and still the same result.
Anyway i have fixed as work-arround with round function and got resolved.
@vasathi
Can you change the Divide function as follows and try?
VAR _Grate = DIVIDE ( _TYamt - _lYamt , _lYamt )
If this doesn't work, please provide some sample data and the expected results
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
This formula not working and still the same result.
Anyway i have fixed as work-arround with round function and got resolved.
Dear Fowmy
Thanks for update. Some how I managed to return
I modified like
VAR = Round (ActualYTD,2)
VAR = Round (ActualSPLY,2)
Then my results are came as expected.
Thanks for your suggestions also and will try
Hey @vasathi ,
can you in the same table put [ActualYTD] and [ActualSPLY].
The division should not be the problem, but I guess one of the two measures is returning a result you don't expect.
Also in your table I don't know which of the 4 columns is your measure as you don't tell us the name and don't show the header. I can only guess the percentage formatted, but I don't know.
Dear Selimovd
Exactly the measure I am calculated to find growth %.
I am not hiding anything in the first 4 lines.
I have managed with following
VAR = Round (ActualYTD,2)
VAR = Round (ActualSPLY,2)
And it's working as expected.
Thanks for your suggestions
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
67 | |
65 | |
56 | |
39 | |
27 |
User | Count |
---|---|
85 | |
59 | |
45 | |
43 | |
38 |