Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi all,
I need to count Current week [ 10-April-2022 to 16-04-2022 ] number of dates
See sample below and data set link also attached
Solved! Go to Solution.
Hi @ajisharavind_99 ,
Here the result:
And here the DAX code:
CountPlan5CurrentWeek = CALCULATE ( COUNT ( Table3[Plan 5] ), WEEKNUM ( Table3[Plan 5] ) = WEEKNUM ( TODAY() ) )
CountPlan35CurrentWeek = CALCULATE ( COUNT ( Table3[Plan 35] ), WEEKNUM ( Table3[Plan 35] ) = WEEKNUM ( TODAY() ) )
Let me know if this solves your issue 🙂
/Tom
https://www.tackytech.blog/
https://www.instagram.com/tackytechtom/
Did I answer your question❓➡️ Please, mark my post as a solution ✔️ |
Also happily accepting Kudos 🙂 |
Feel free to connect with me on LinkedIn! |
#proudtobeasuperuser |
Hi @ajisharavind_99 ,
Here the result:
And here the DAX code:
CountPlan5CurrentWeek = CALCULATE ( COUNT ( Table3[Plan 5] ), WEEKNUM ( Table3[Plan 5] ) = WEEKNUM ( TODAY() ) )
CountPlan35CurrentWeek = CALCULATE ( COUNT ( Table3[Plan 35] ), WEEKNUM ( Table3[Plan 35] ) = WEEKNUM ( TODAY() ) )
Let me know if this solves your issue 🙂
/Tom
https://www.tackytech.blog/
https://www.instagram.com/tackytechtom/
Did I answer your question❓➡️ Please, mark my post as a solution ✔️ |
Also happily accepting Kudos 🙂 |
Feel free to connect with me on LinkedIn! |
#proudtobeasuperuser |
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
28 | |
26 | |
22 | |
22 | |
18 |
User | Count |
---|---|
52 | |
34 | |
28 | |
24 | |
21 |