Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello All,
I'm trying to get a graph like the one shown below. Any ideas how to achieve this? The data I'm trying to manipulate is electricity usage in 15 minute intervals. So you'll see in the graph that on every day of the week power concumption dips during that time frame. Any help with this would be greatly appreciated. Thank you!
Solved! Go to Solution.
Hi @brawndo ,
Creating a calculated column like
Weekday = FORMAT([Date],"dddd")
It can also be done in power query
Date.DayOfWeekName([Date], "en-US")
Reference: Date.DayOfWeekName
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @brawndo ,
Creating a calculated column like
Weekday = FORMAT([Date],"dddd")
It can also be done in power query
Date.DayOfWeekName([Date], "en-US")
Reference: Date.DayOfWeekName
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @brawndo ,
You can use unpivot to achieve it.
In the Power Query, select all time columns at the same time.
Then you can use the line chart to get what you want.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you so much. One final thing i need to solve is instead of displaying 1, 2,3 etc.. Make it show the Actual day of the week. For instance instead of "1" It'll show "Monday". I can't do it through Power query since the column I'm working with is a calculated column. Thank you
I included a snap of the data I'm working with. The top row is the 15 minute interval I mentioned in my original post.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!