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
Hi,
I'm trying to create a waterfall chart that shows a Quarter in X-axis and the raise and fall of usage in the Yaxis,
first quarter should show the actual value of that quarter and from the next quarter onwards it should show the current - previous
Table I'm using = Sample
Date | Usage | Site Id | Site Name | Y-Q | YQRank |
22-Dec-22 | 8.68 | 81 | A | 2022-Q4 | 1 |
20-Jan-23 | 8.05 | 81 | A | 2023-Q1 | 2 |
20-Apr-23 | 5.50 | 81 | A | 2023-Q2 | 3 |
20-Jul-23 | 81 | A | 2023-Q3 | 4 | |
20-Oct-23 | 81 | A | 2023-Q4 | 5 | |
22-Dec-22 | 10.19 | 82 | B | 2022-Q4 | 1 |
20-Jan-23 | 9.26 | 82 | B | 2023-Q1 | 2 |
20-Apr-23 | 5.83 | 82 | B | 2023-Q2 | 3 |
20-Jul-23 | 82 | B | 2023-Q3 | 4 | |
20-Oct-23 | 82 | B | 2023-Q4 | 5 | |
22-Dec-22 | 8.94 | 83 | C | 2022-Q4 | 1 |
20-Jan-23 | 8.89 | 83 | C | 2023-Q1 | 2 |
20-Apr-23 | 5.27 | 83 | C | 2023-Q2 | 3 |
20-Jul-23 | 83 | C | 2023-Q3 | 4 | |
20-Oct-23 | 83 | C | 2023-Q4 | 5 |
The Dax measure which I'm using is working fine when I choose all site names, but it is not working fine when I choose a particular site (Ex: A) form the slicer.
Measure I'm currently using
Working fine when I choose all Site Names
When I select Only one site name for example 'A', It is giving wrong output as shown below.
Expected Result
When I select only 'A' The values should be
2022-Q4 = 8.68
2023-Q1 = -0.63 ----> (8.05-8.68)
2023-Q2 = -2.55 ----> (5.50-8.05)
Can some one please help me on this. Thanks in Advnse.
Solved! Go to Solution.
Hi Veena,
Try with below measure
Hi @KasireddyVeen,
Try with below measure
Hi Veena,
Try with below measure
Hi,
Thanks for the reply, it is working as expected. that was a great help.
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 |
---|---|
124 | |
87 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |