Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi there,
My Date Table is
How to achieve the below charts without the creation on new group ?
Because when I created New Group , I was not able to create "Week Number" , WEEKNUM([Date],2) which is also required for some reports.
sample model link : https://1drv.ms/u/s!AhqwbtIVEKQ2bBzZ7PyqQ6ot-vk?e=Zu2E2b
Solved! Go to Solution.
Hi @suvechha
Do you mean you'd like to put the weeknumber as axis?
You can drag the week number column to the exist week start date column and generate the hierarchy. then put the hierarchy column as axis. Hence it;s able to drill down to the weeknumber:
@suvechha - It's very hard to tell, are you looking for something like Open Tickets? - https://community.powerbi.com/t5/Quick-Measures-Gallery/Open-Tickets/m-p/409364#M147
I downloaded the PBIX but I am not certain what you are trying to dispaly in that chart.
Hi Greg,
My requirement is to create a line chart with measures as COUNT(WORKORDERID) and legend as STATUSNAME
and Axis with Weekly
The problem is how to show the Axis as in the image i.e
02Aug ,09 Aug , 16 Aug and 23 Aug .
I tried with New Group and it worked with 7 Days but when I want to add WEEKNUM in the New Group it was not working.
I want the below line chart and WEEKNUM function as well.
Hope this explain.
Thanks
Hi @suvechha
Do you mean you'd like to put the weeknumber as axis?
You can drag the week number column to the exist week start date column and generate the hierarchy. then put the hierarchy column as axis. Hence it;s able to drill down to the weeknumber:
@suvechha , You have week wise data when you create open , just like current employee in my blog and group it by week it will give week wise data
Current Employees = CALCULATE(COUNTx(FILTER(Employee,Employee[Start Date]<=max('Date'[Date]) && (ISBLANK(Employee[End Date]) || Employee[End Date]>max('Date'[Date]))),(Employee[Employee Id ])),CROSSFILTER(Employee[Start Date],'Date'[Date],None))
https://medium.com/@amitchandak.1978/power-bi-wtd-questions-time-intelligence-4-5-98c30fab69d3
https://community.powerbi.com/t5/Community-Blog/Week-Is-Not-So-Weak-WTD-Last-WTD-and-This-Week-vs-La...
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.