Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
18 | |
15 | |
11 | |
11 | |
8 |
User | Count |
---|---|
24 | |
18 | |
12 | |
11 | |
10 |