- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Line Y-Axis not charting properly
i'm creating a line and stacked column chart using this data:
i changed the Source.Name (dates) to week #s in order to determine "Last Week (balance)". Then i used the below formula to determine the WoW change.
However, when i use the source.name in the line/column chart, the line graph is plotted as total balance instead of the WoW change (above graph). When i switch out the source.name with the "week" values - the graph is correct:
However, i want the dates listed on the x-axis, not the week numbers.
What can i do to adjust?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi @adkjfhasdf12440 ,
Based on the description, try to use the following DAX formula. Create the wow column.
Wow balance change = 'Table'[Total Balance] - 'Table'[Last Week]
Then, drag the wow column to the Line y-axis. Drag the date to the X-axis.
The line graph is plotted as wow balance.
Best Regards,
Wisdom Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi @adkjfhasdf12440 ,
Based on the description, try to use the following DAX formula. Create the wow column.
Wow balance change = 'Table'[Total Balance] - 'Table'[Last Week]
Then, drag the wow column to the Line y-axis. Drag the date to the X-axis.
The line graph is plotted as wow balance.
Best Regards,
Wisdom Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
01-15-2025 02:44 AM | |||
02-04-2025 06:08 AM | |||
02-13-2025 02:00 PM | |||
09-21-2024 04:52 AM | |||
11-19-2024 07:58 PM |
User | Count |
---|---|
89 | |
82 | |
53 | |
40 | |
35 |