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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
pvn
Frequent Visitor

DAX Formula

Good Day.
I need help in creating a formula like a value based on the selected start and end date.
Like this but it is not calculating properly .Thanks in advance

Loading Cost SelectedDate =
var _start= if(MIN('Date'[Date])>=SELECTEDVALUE(BudgetAnnualCost[StartDate]),MIN('Date'[Date]),SELECTEDVALUE(BudgetAnnualCost[StartDate]))
var _end = if(MAX('Date'[Date])<=SELECTEDVALUE(BudgetAnnualCost[EndDate]),MAX('Date'[Date]),SELECTEDVALUE(BudgetAnnualCost[EndDate]))
var _diff = if(_start<_end,DATEDIFF(_start,_end,DAY)+1,0)

Var CST = _diff*SELECTEDVALUE(Project[Daily Loading])

Return CST
3 REPLIES 3
tamerj1
Super User
Super User

Hi @pvn 
How does your visual look like? Is there a relationship between the two tables?

pvn
Frequent Visitor

Hi @amitchandak  i have one table containing star and end date:

pvn_1-1675052553983.png

 

 

other having value:

pvn_2-1675052580722.png

so i need to calculate this value on the basis of that start and end date.
thank you

 

amitchandak
Super User
Super User

@pvn ,
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.

 

I think these can help

Between Dates - Dates between
Measure way
Power BI Dax Measure- Allocate data between Range: https://youtu.be/O653vwLTUzM
https://community.powerbi.com/t5/Community-Blog/How-to-divide-distribute-values-between-start-date-o...

 

Power BI: HR Analytics - Employees as on Date : https://youtu.be/e6Y-l_JtCq4
https://community.powerbi.com/t5/Community-Blog/HR-Analytics-Active-Employee-Hire-and-Termination-tr...

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.