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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

DAX measure does not return the same value more than 1 time

Hey everyone,

So, the problem is that a fairly simple measure does not return a value twice or more if the value of 'Measure 1' is same:

MFR = 

DIVIDE (
         SELECTEDVALUE('Table'[FR]), 12
)

 

 

PreacherBaby_0-1680080504096.png

 

PreacherBaby_1-1680080531942.png

 

PreacherBaby_2-1680080563756.png

 

As you can see, after returning 8 once, it doesn't do anything until it gets 9, then 10. There are three 10 values, and it returns only one of them. Same issue with other values.

 

How do I fix it so it could return values?

1 ACCEPTED SOLUTION
tamerj1
Super User
Super User

@Anonymous 
Please try

MFR =
DIVIDE (
    CALCULATE ( SELECTEDVALUE ( 'Table'[FR] ), ALLSELECTED ( 'Date' ) ),
    12
)

View solution in original post

2 REPLIES 2
tamerj1
Super User
Super User

@Anonymous 
Please try

MFR =
DIVIDE (
    CALCULATE ( SELECTEDVALUE ( 'Table'[FR] ), ALLSELECTED ( 'Date' ) ),
    12
)
tamerj1
Super User
Super User

Hi @Anonymous 
Please provide sample of the data

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

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.