Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
How to get the % growth Enrollment if I have Enrol_Count column in Power BI?
Hello arjuns0028 ,
not sure what you mean.
To calculate the % growth the measure you should use is this:
Measure = (newvalue - oldvalue ) / oldvalue
then you format this as a percentage
so to put more in your data / tables could look like this:
% growth=
divide(Enrol_Count - calculate (Enrol_Count , SAMEPERIODLASTYEAR(dates)),calculate (Enrol_Count , SAMEPERIODLASTYEAR(dates)))
let me know if this solve your issue
Hi Gary,
I was able to the Enrolment and Amount but I was unable to get the percentage values. My values of the Enrollment were being displayed correctly but I was getting 0 % in both.
The columns are BC_Amount and Enrol_Count
User | Count |
---|---|
84 | |
76 | |
74 | |
48 | |
39 |
User | Count |
---|---|
114 | |
56 | |
51 | |
42 | |
42 |