Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
Hi Hoping someone can help. I have some source data with thousands of records of events data including two columns which signify event segment and period. I've summarized these in a matrix and wish to add a column that shows the %age growth between the two periods.
I've provided an example set up of the table below (dummy data) - the ask here is to calculate the % growth between the two periods for each segment (period is just one column with two possible values: 'period 1 & period 2':
Segment | Period 1 | Period 2 | % Growth?
A | 110 | 120
B | 100 | 100
C | 120 | 130
D | 90 | 120
E | 100 | 110
Thank You
Solved! Go to Solution.
Hi,
Please follow the steps below:
Step 1: Click on Enter data under Modeling tab and enter the following data:
Step 2:
Create the following measure:
Hi,
Please follow the steps below:
Step 1: Click on Enter data under Modeling tab and enter the following data:
Step 2:
Create the following measure:
Hi Vinay,
If you have 36 periods, what way will you explore to show dynamic MTD and YTD vs pcp as last two colums?
Thank you!