Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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.
Solved! Go to Solution.
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.
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.
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!!
User | Count |
---|---|
123 | |
70 | |
67 | |
58 | |
53 |
User | Count |
---|---|
183 | |
92 | |
67 | |
62 | |
52 |