Hi,
I have a calculation that needs your help like this:
+ Data table contains amount of each sections :
Sect | Amount |
1 | 90 |
1 | 65 |
2 | 75 |
4 | 60 |
5 | 30 |
5 | 70 |
+ Section List , the calculation for each section varies, for ex. ; Sect 3 = 1 + 2, Sect 6 = 3 - 4 - 5, these section will not be on data table.
Sect | Cal_Note |
1 | |
2 | |
3 | 1 + 2 |
4 | |
5 | |
6 | 3 - 4 - 5 |
My goal is to sum each section with the outcome like this
Sect | Cal_Note | Desired Outcome |
1 | 155 | |
2 | 75 | |
3 | 1 + 2 | 230 |
4 | 60 | |
5 | 100 | |
6 | 3 - 4 - 5 | 70 |
Please help me on this ?
Thanks,
can i ask what you are trying to do with the data, does it need to be structured in this way?
or would this work? are you wanting to end up with just the final number?
Proud to be a Super User!
Hello @cong_nguyen_acc
How you are defining the sections? Are they standard/fixed or dynamic?
Cheers!
Vivek
https://www.vivran.in/
Connect on LinkedIn
Welcome to the Power BI Community Show! Jeroen ter Heerdt talks about the importance of Data Modeling.
Put your data visualization and design skills to the test! This exciting challenge is happening now through May 31st!
User | Count |
---|---|
375 | |
103 | |
68 | |
57 | |
51 |
User | Count |
---|---|
337 | |
121 | |
88 | |
71 | |
63 |