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.
Hi All,
Can we convert this measure into Calculated column?
Measure 3 = CALCULATE(MAX(Table1[Values]),FILTER(ALL(Table1),[Date]=MAX(Table1[Date])-7))
https://community.powerbi.com/t5/Desktop/Today-1-data-for-each-record/m-p/837285#M402108
Thanks in Advance.
Solved! Go to Solution.
Hi @Anonymous ,
Column =
VAR d = [Date] - 7
RETURN
CALCULATE ( SUM ( 'Table'[value] ), FILTER ( 'Table', [Date] = d ) )
Yes, just create index columns starting with 0 and 1 then merge teh table with itself
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
97 | |
69 | |
46 | |
39 | |
33 |
User | Count |
---|---|
163 | |
110 | |
61 | |
51 | |
40 |