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

Did you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now

Reply
LouiseB1409
Frequent Visitor

Linked data tables - data not pulling

Hello,

 

I have two tables, one with actuals data and one with forecast data. I have created a table visualisation to show actuals and forecast by cost category. The cost category comes from the Actuals Table as this is where the hierarchy is maintained and the forecast data is linked via the following formula

 

Forecast_V1 =
CALCULATE(
-SUM(cognos_costcentre_forecast[value]),
TREATAS(
    VALUES(fusion_costcentre_actuals[GParentAccount]),
    cognos_costcentre_forecast[GParentAccount]))
 
where GParentAccount is the cost category.
 
The issue I have is if there isn't any data in the actuals for a particular cost category it doesn't pull the forecast data if that isn't blank. For example, we forecast £10k for postage but in actuals postage was £0, so both actuals and forecast is showing as blank. 
 
Is there a quick way to show forecast data even if the actuals data is blank, without having to change the structure of the table?
 
Thanks,
Louise

 

 

1 REPLY 1
lbendlin
Super User
Super User

use COALESCE for these situations.

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.