March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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.
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.
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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
123 | |
85 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |