Forum Discussion
Anonymous
5 years agoNot applicable
Counting value changes in given time period
Hi everyone, I am pretty new to PowerBI, and need some help. Here is some information regarding the problem that I am unsure how to approach. Data Source: SharePoint Online List What do I w...
- 5 years ago
Hi Anonymous
In the absence of your sample data, maybe you can measure like:
Measure = var this_week= CALCULATE( SUM([values]), FILTER( 'Table', 'Table'[Date]=thisweek // return date of this week )) var Last_week= CALCULATE( SUM([values]), FILTER( 'Table', 'Table'[Date]=thisweeek-7 // return date of last week )) return IF( this_week-Last_week>0, CONCATENATE("+",this_week-Last_week), this_week-Last_week )Best Regards,
Link
amitchandak
Super User
5 years agoAnonymous , not very clear. For WOW refer
Power BI — Week on Week and WTD
https://medium.com/@amitchandak.1978/power-bi-wtd-questions-time-intelligence-4-5-98c30fab69d3
https://community.powerbi.com/t5/Community-Blog/Week-Is-Not-So-Weak-WTD-Last-WTD-and-This-Week-vs-Last-Week/ba-p/1051123
https://www.youtube.com/watch?v=pnAesWxYgJ8