Join 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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
I'm trying to use the average of the Jan 2020 and Feb 2020 Units Sold per work day as a baseline to compare to the COVID Months.
I have a reporting period month table and a sales table.
To create my baseline I did the following (Showing Jan but did same for Feb):
For Example:
Jan Sales 100 Units, 22 work days
Feb Sales 90 Units, 20 Work Days
Jan Sales per day= 100/22= 4.55 Units per day
Feb Sales per day= 90/20= 4.5 Units per day
4.55+4.5=9.05/2= 4.523 Units per day Baseline
I want the 4.523 to show as my baseline and use it as my baseline for % of baseline.
How can I keep my baseline number Static so i can use it to find a percent of baseline?
Solved! Go to Solution.
@Anonymous , you have to use all or allselected to make sure you get a value when month is in context
Jan Work Days = CALCULATE(sum('Monthly_Reporting_Period'[Period_Workday_Cnt]), filter(all('Monthly_Reporting_Period'),'Monthly_Reporting_Period'[Month_Year_Abbr]="Jan 2020"))
@Anonymous , you have to use all or allselected to make sure you get a value when month is in context
Jan Work Days = CALCULATE(sum('Monthly_Reporting_Period'[Period_Workday_Cnt]), filter(all('Monthly_Reporting_Period'),'Monthly_Reporting_Period'[Month_Year_Abbr]="Jan 2020"))
Check out the November 2025 Fabric update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!