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

DAX Query Help Please!

Hello there! 

 

I would like to ask for help with writing a query in DAX. Here is what I am trying to do..

 

I will be reporting this Resource Capacity' equation on a weekly basis:

 

Number of Administrators (17) X Average Work Completed (12) = 204 multiply by fraction of weeks remaining in the year (XX / 52)

 

Can someone please help me write this? I got to the 204 part but not sure how to write the fraction of weeks remaining in the year.

 

Thank you so much, I appreciate the help!

 

Belle

1 ACCEPTED SOLUTION

Hi,

Write this masure to calculated Remaining weeks in year

Remaining weeks in year = calculate(min(Calendar[Weeks until end of year]),datesbetween(calendar[date],date(year(today()),12,31),date(year(today()),12,31)))-calculate(min(Calendar[Weeks until end of year]),datesbetween(calendar[date],today(),today()))+1

Use this measure in the denominator.


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

View solution in original post

4 REPLIES 4
Lsh0576
Frequent Visitor

I also created a date field in my master table ('Date_Today') so I can link the Master table to the Calendar table by DATE field. 

 

Lsh0576_0-1688059424010.png

 

Ashish_Mathur
Super User
Super User

Hi,

Ensure that you have a Calendar Table with a week number column in your PBI file.  Share the download link of the PBI file.


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

Hello there! So I got the calendar table built with a column of 'weeks remaining in the year':

Lsh0576_0-1688048102145.png

Now I need to know how to incorporate this to build the metric:

 

Lsh0576_1-1688048201897.png

Instead of dividing by 2, I need to multiply by fraction of weeks remaining in the year.

Hi,

Write this masure to calculated Remaining weeks in year

Remaining weeks in year = calculate(min(Calendar[Weeks until end of year]),datesbetween(calendar[date],date(year(today()),12,31),date(year(today()),12,31)))-calculate(min(Calendar[Weeks until end of year]),datesbetween(calendar[date],today(),today()))+1

Use this measure in the denominator.


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

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.