Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
HI,
I need to get the value of 7 days ago. Example:
For 7/1/2019 i need the value of 6/24/2019
For 7/2/2019 i need the value of 6/25/2019
I try this column measure but give me a wrong value:
Solved! Go to Solution.
@VijayP thanks for your answer, but is not working.
May be my explination is not clear.
I need the value of 7 day ago to calculate.
For 7/1/2019 i need the value of 6/24/2019
CALCULATE(TotalSales,filter(all(dates),date[date]=date[date]<6) Try this
@SQUILES wrote:HI,
I need to get the value of 7 days ago. Example:
For 7/1/2019 i need the value of 6/24/2019
For 7/2/2019 i need the value of 6/25/2019
I try this column measure but give me a wrong value:
LookupValueofPrevDate = CALCULATE(MAX('T8 Wireless'[DATO_30]),FILTER('T8 Wireless',WEEKDAY('T8 Wireless'[DATA_PERIODO])=WEEKDAY(DATEADD('T8 Wireless'[DATA_PERIODO],-7,DAY))))Any help will be appreciate. Thanks Again.
Proud to be a Super User!
@VijayP thanks for your answer, but is not working.
May be my explination is not clear.
I need the value of 7 day ago to calculate.
For 7/1/2019 i need the value of 6/24/2019
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 45 | |
| 35 | |
| 30 | |
| 15 | |
| 15 |
| User | Count |
|---|---|
| 58 | |
| 55 | |
| 38 | |
| 21 | |
| 21 |