Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hello Enthusiasts
I have a below input table
Bucket TOS Bucket LM TOS LM
B1 1 B0 3
B1 2 B0 4
B1 3 B1 5
B2 4 B1 6
B2 5 B2 7
B3 6 B3 8
I need the below Output table
Bucket %
B1. 0.85 ( sum of TOS for bucket B1(1+2+3=6)/sum of TOS LM FOR bucket lm B0(3+4=7)
B2. 0.81 ( sum of TOS for bucket B2(4+5=9)/sum of TOS LM FOR bucket lm B1(5+6=7)
B3. 0.86 ( sum of TOS for bucket B3(6)/sum of TOS LM FOR bucket lm B2(3+4=7)
Thanks in advance
Solved! Go to Solution.
The pattren appears to be Bucket Total divided by Bucket -1 Total.
If you are happy with this answer please mark as a solution for others to find !
Kudos are always appreciated! Check out our free Power BI video courses.
The pattren appears to be Bucket Total divided by Bucket -1 Total.
If you are happy with this answer please mark as a solution for others to find !
Kudos are always appreciated! Check out our free Power BI video courses.
Hi @SamWiseOwl
I have another requirement based on this query
Now I am having only 3 columns
Month bucket TOS
Oct. B1. 7
Oct. B2. 8
Oct. B3. 9
Nov. B1. 4
Nov. B2. 5
Nov. B3. 6
Dec. B1. 7
Dec. B2. 8
Dec. B3. 9
I want output as sum of tos for this month this bucket/ sum of tos for last month last bucket
For example Sum of tos for B2 Nov/ Sum of TOS for B1 Oct = 5/7=0.71
Can you please try a dax measure for the above problem
Let if know if you need more explanation
Thanks in advance
This works wonders,
Thanks alot Sam for your attention to my query and prompt solution
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
11 | |
10 | |
10 | |
9 | |
8 |
User | Count |
---|---|
17 | |
13 | |
12 | |
11 | |
9 |