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

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

Reply
Vinod_G_245
Helper I
Helper I

Identify Value based on Minimum date

Hi Team,

Please find the attached image and help me with the Dax.

Vinod GMicrosoftTeams-image (34).png

2 REPLIES 2
Anonymous
Not applicable

Hi @Vinod_G_245 

You can refer to the following measure

Base Price =
VAR _min =
    MINX ( ALLSELECTED ( 'Table' ), [Date] )
RETURN
    SUMX ( FILTER ( ALLSELECTED ( 'Table' ), [Date] = _min ), [Actual Price] )

vxinruzhumsft_0-1683080699046.png

 

Best Regards!

Yolo Zhu

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Vinod_G_245
Helper I
Helper I

@amitchandak , @DOLEARY85 , @lbendlin 

Requesting you all please have a look at requirement and provide your inputs.

 

Thanks, 

Vinod G

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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
Top Kudoed Authors