Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin 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.
I have data in this format... industry, year, employees
i have measure of growtrate like this...
divide (sum(Data[EMPLOYEES]) - calculate(sum(Data[EMPLOYEES]),SAMEPERIODLASTYEAR(Data[YEAR])), calculate(sum(Data[EMPLOYEES]),SAMEPERIODLASTYEAR(Data[YEAR])))
This works fine as long as use this only for line chart with growthrate by year. I can also fillter the data by industry.
I want scatter chart which shows employment and growth for give year by industry. I have year filter so that we can view only one year at a time. Issue i have is that if i choose a year, i get employment right but no growth (because calculation needs previous year growth). If i select two years then i get growth right but employment adds up across year.
Can scatter chart by done in anyway with dynamic calculation of growth and filtered by year.
Hi @sshekar7,
Based on my test, when we check one year, the scatter chart also can display the growth. See:
I have attached the test .PBIX file for your look. If I misunderstand the requirement, please correct me.
Best Regards,
Qiuyun Yu
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
68 | |
58 | |
51 | |
36 | |
34 |
User | Count |
---|---|
84 | |
71 | |
56 | |
45 | |
43 |