Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello,
I am trying to create a new measure:
ABS Value = Actual - Total, this is the formula I used but it gives me an error saying that the table name cannot be recognized or not found.
I also changed the summarization category to 'sum'. I guess the syntax is wrong. If anyone could help me with this it would be great.
Thanks!
Solved! Go to Solution.
Hi,
Without seeing the data model, I am not sure whether I understood your question correctly, but please try the below measure.
New Measure: =
SUMX ( 'TableName', 'TableName'[Actual] - 'TableName'[Total] )
Hi,
It's working
Thank you so much!
Hi,
Without seeing the data model, I am not sure whether I understood your question correctly, but please try the below measure.
New Measure: =
SUMX ( 'TableName', 'TableName'[Actual] - 'TableName'[Total] )
Also, I tried using subtraction, I used this formula
Hi,
Thank you for your message.
I am not sure by only seeing the measure, but please try the below.
Forecast Accuracy =
SUMX (
'Forecast Pivot',
1 - ( 'Forecast Pivot'[ABS Value] / 'Forecast Pivot'[Actual] )
)
Thank you for your help.
I did try using this formula but not getting any results. Attaching pic for reference. I am trying to predict sales for future using forecast accuracy.
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
24 | |
9 | |
7 | |
6 | |
6 |
User | Count |
---|---|
29 | |
11 | |
11 | |
10 | |
6 |