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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi Power BI Power Users,
I am trying to sum total hours in Tutor Log_Long. Here is the screenshot of the Tutor Log Long Columns.
Abigail should have three total tutor hours. However, the graph below does not represent what I expect. There is no bar for three. Not sure what I am missing here.
The range of hours should be 0 - 7.5. However, the graph stops at 2.5.
Could someone give me a nudge in the right direction?
Thank you
Solved! Go to Solution.
I figured out the solution.
I needed a measure and a table.
Step 1.
Step 2.
Thank you to everyone. I appreciate the nudges.
I figured out the solution.
I needed a measure and a table.
Step 1.
Step 2.
Thank you to everyone. I appreciate the nudges.
Hi @amitchandak ,
Getting closer.
I made the X-axis categorical.
But I still get this output.
I would like this output. But this output uses wide data. I know there must be a step I am missing to use long data to build a graph just like this one.
My steps to make this unwanted output are as follows.
1. Transform data from wide to long (Tutor Sessions and values)
2. Group tutoring sessions
3. Calculate total hours
Check the formating options, something went wrong there.