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
OsmanEmi
Frequent Visitor

Measure value is not dynamic when inserted into a table

Hi All,

I'm trying to create a scoring system for my table with a measure however whenever i insert the measure into the table I get just 1 value for all as opposed to it being dynamic for all rows. Can someone explain the logic behind it and what I'm missing?
Table and measure below, please note the -IN FULL (KPI) the measures refers too is also a measure and total value is 99.

1OIn Full Score =
var OnTimeScore = 0

Return
IF(-FACT_TRACKING_PERFORMANCE_UKIE[-IN FULL (KPI)] > 0.98, OnTimeScore + 0, OnTimeScore + 1)
 
RestaurantKPIScore
198%1
290%1
394%1
499%1
1 ACCEPTED SOLUTION
Ashish_Mathur
Super User
Super User

Hi,

Remove the minus sign after the (.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

View solution in original post

2 REPLIES 2
Ashish_Mathur
Super User
Super User

Hi,

Remove the minus sign after the (.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
Anonymous
Not applicable

@OsmanEmi 

This should not happened, what is the formulas for measure -IN FULL (KPI)?

 

 

Paul Zheng _ Community Support Team

 

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