Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

Comparing current data with a baseline information which has no raw data source

Hi, 

 

I need to compare my current report with a baseline data which do not have raw data. My current report which is in a pivot (matrix) format is as per below. 

 

TAT.JPG

 

 

Basically, the above table is generated from three variables namely Main_Calc, Subs_Calc and TAT. And for TAT, Average was used. 

 

Columns.JPG

 

Now, I have to compare (substract) the above TAT (which is derived from current raw data)  with a baseline data which has no raw data  source as per below. 

 

Baseline.JPG

 

I have to substract the current TAT with the baseline TAT (Current TAT - Baseline TAT) and generate a column namely "TAT Difference". I am not sure how to get this done as the there are different columns involved and there is no raw data for the baseline file. Would anyone be able to help me with a solution on this please? Been trying different methods for days but still unable to crack the solution. 

 

Thank you in advance. 

 

 

 

 

6 REPLIES 6
amitchandak
Super User
Super User

How you decide the baseline. In case it static number. You can add that to the table as a new column. If, this needs to be dynamic. You can create a what-if parameter (under modeling tab in Visualization/Report)

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
ppodgorski
Frequent Visitor

Create a table 'Baseline' in query editor ("Enter Data") with your static baseline info. Columns <Subs_Calc> and <Tat>.

 

Relate the two tables together using <subs_calc> columns in each table. Then create a measure to calculate the difference.

Anonymous
Not applicable

Hi, 

 

I tried this method before but when I tried to create the measure to calculate the difference, I am unable not to aggregate the column TAT (from baseline data) on the measure.  Is there anyway to create a measure withoit having to aggregate the column, because I need the values for TAT(from baseline data) to be as is. 

 

Capture.JPG

Anonymous
Not applicable

Hi, 

 

I tried this method before but when I tried to create the measure to calculate the difference, I am unable not to aggregate the column TAT (from baseline data) on the measure.  Is there anyway to create a measure withoit having to aggregate the column, because I need the values for TAT(from baseline data) to be as is. 

 

Capture.JPG

You can use SUM. As long as the baseline <subs_calc> value is unique, it will be be a SUM of 1 value.

Anonymous
Not applicable

Hi, 

 

When I use SUM, it does not present the numbers correctly either. The Subs_Calc is unique but when i use this formula 

 

TAT Difference = AVERAGE(FBL1N_JULY_WORKING[Invoice_Date_to_Submission_Date_Calc]) - SUM(Sheet1[TAT]) 
 
The results is incorrect. 
 
Sheet1 is basicaly the baseline data and Invoice_Date_to_Submission_Date_Calc is "TAT" column from current data. 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors