Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have c1 and c2 columns
Required R1 and R2
sum(c1)=90
R1 = sum(c1)/10 this output should be in each row of R1 column
and R2 = running total of R1 based on c1
please help me if you have any idea
@vijaykumarj19 , C1 is text, C2 is numeric
Both as new column
R1 = sum(Table[c2])
R2= sumx(filter(Table[C1] <=earlier(Table[C1])),Table[C2])
If i want to start R2 from column c1 = Test2 , then
User | Count |
---|---|
22 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
13 | |
11 | |
9 | |
6 |