cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
khsj695
Frequent Visitor

Change the interval in datediff by using the parameter?

Hello,

 

It is possible to easily change the output from the datediff formula from weeks to days? 

I tried to replace the interval in the measure with the parameter ("WEEK" or "DAY") however, the formula did not accept that. 

I have a few calculations and a few graphs and hoped it can be done quite quickly instead of using bookmarks and duplicating the graphs with calculations.

 

I would be grateful if anyone can help. 

 

1 ACCEPTED SOLUTION
Jihwan_Kim
Super User
Super User

Hi,

One of ways to achieve this is,

- create a measure using DATEDIFF with DAY parameter.
- define how the business wants to see numbers of WEEK. For instance, is 8 days is one week or two weeks? I am not sure if the business wants to see the result like 1.15 weeks, but it depends on the business's requirement.

- create a slicer that shows DAY or WEEK.
- create an additional measure that describes, if DAY is selected, then show the result of the measure. If WEEK is selected, then divide the result of the measure by 7, and then add additional logic to the measure that only shows integer (depends on the business requirement).

 

I hope this helps.

Thanks.

If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Go to My LinkedIn Page


View solution in original post

2 REPLIES 2
Jihwan_Kim
Super User
Super User

Hi,

One of ways to achieve this is,

- create a measure using DATEDIFF with DAY parameter.
- define how the business wants to see numbers of WEEK. For instance, is 8 days is one week or two weeks? I am not sure if the business wants to see the result like 1.15 weeks, but it depends on the business's requirement.

- create a slicer that shows DAY or WEEK.
- create an additional measure that describes, if DAY is selected, then show the result of the measure. If WEEK is selected, then divide the result of the measure by 7, and then add additional logic to the measure that only shows integer (depends on the business requirement).

 

I hope this helps.

Thanks.

If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Go to My LinkedIn Page


Thank you for this workaround. It was inspirational, and confirmed that there is no shortcut to do it 🙂 

 

I have created two DATEDIFF measures, with Day and Week intervals, and then added both to the Field parameter and used the parameter in the visualization.  

 

The weak point is that I have to duplicate each measure, in case there are several DATEDIFF.

 

Thank you!!

Helpful resources

Announcements
Join Arun Ulag at MPPC23

Join Arun Ulag at MPPC23

Get a sneak peek into this year's Power Platform Conference Keynote.

PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

Top Solution Authors