Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
Hello there,
I have caluclated a week number starting from Saturday which works fine. But when new year starts it starts adding from 1 again.
I want to calculate week number in such a way thet at the end of year it shouldn;t starting from 1 but conitnue counting like 53 53 55 56 to the end of date. I have years of data.
@ub2811 , Take the min week start from Saturday and calculate from that.
Min Week St = min([Week Start Date])
Week Number = Quotient(Datediff([Min Week St],[date],day),7) +1
You can also refer for Saturday week
Any Weekday Week - Start From Any day of Week
https://community.powerbi.com/t5/Community-Blog/Any-Weekday-Week-Decoding-Date-and-Calendar-2-5-Powe...
It worked for week, thanks.
I want to do same for the month as well. How can we do that, keepin min dthat a month can have variable days
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
72 | |
71 | |
68 | |
42 | |
42 |
User | Count |
---|---|
46 | |
40 | |
28 | |
27 | |
26 |