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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
jshumaker
Frequent Visitor

linestx

I am confused how the LINESTX function works within a group.  The first screen shot is of a matrix showing that there is only 1 k1 record for any given l0 group.  The second screen shot is of a matrix where I am trying to display the LINESTX column of R2 (DAX formula below).  The second matrix only has l0 as part of the row group and therefore should be providing the LINESTX function a unique value for the LINESTX x-value parameter of [k1].  

r2_fk01 =
var l = LINESTX('fk01 mx',[max pct],[k1])
return SELECTCOLUMNS(l,[CoefficientOfDetermination])

 

jshumaker_1-1684073987092.pngjshumaker_2-1684074026030.png

 

1 ACCEPTED SOLUTION
tamerj1
Super User
Super User

Hi @jshumaker 

please try

r2_fk01 =
VAR l =
LINESTX ( 'fk01 mx', [max pct], [k1] )
RETURN
AVERAGEX ( l, [CoefficientOfDetermination] )

View solution in original post

1 REPLY 1
tamerj1
Super User
Super User

Hi @jshumaker 

please try

r2_fk01 =
VAR l =
LINESTX ( 'fk01 mx', [max pct], [k1] )
RETURN
AVERAGEX ( l, [CoefficientOfDetermination] )

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.