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 column A, I want to create a 'calculation column' B. The calculation function please find from B's calculation.
Thanks!
Solved! Go to Solution.
Hi @Anonymous
You may use below dax to get the calculated column.
Column = VAR a = PRODUCTX ( FILTER ( Data, Data[Index] <= EARLIER ( Data[Index] ) - 1 ), Data[A] ) VAR b = Data[A] RETURN IF ( Data[Index] = 1, Data[A] * 1, a * b )
Regards,
Hi @Anonymous
You may use below dax to get the calculated column.
Column = VAR a = PRODUCTX ( FILTER ( Data, Data[Index] <= EARLIER ( Data[Index] ) - 1 ), Data[A] ) VAR b = Data[A] RETURN IF ( Data[Index] = 1, Data[A] * 1, a * b )
Regards,
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 |
---|---|
131 | |
80 | |
57 | |
41 | |
40 |
User | Count |
---|---|
204 | |
85 | |
73 | |
56 | |
51 |