The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi Experts
See attached PBIX file which a Super Userw member Greg Deckler help'd out with in completing the first step. Now i am trying to find 6 data point that increase and decreasing in the same driection . Greg focused on 6 data points above or below the average.
See image
I believe according to Greg's notes the answer lies with the "__Diff". I cannot figure out the final DAX in order to make this work.
Sample File
https://www.dropbox.com/s/c7i6dny63titwpr/Trendspotting.pbix?dl=0
Solved! Go to Solution.
@Anonymous , When I opened your file. Lost with few measures you have. I think you need to check six months 6 consecutive points on [No Trend Measure].
I am thinking of to approach like assume Diff % using this month vs last month
Rolling 6 = if(CALCULATE(sumx(values('Date'),if([Diff %] >0,1,blank())),DATESINPERIOD('Date'[Date ],MAX('Date'[Date]),-6,MONTH)) =6 ,1,0)
for any month this is 1, it means growth for the last 6 month.
same way for < 0
@Anonymous , refer if this old solution can offer a bit of help
Hi Amit
not sure that is going to work, unless you can proof me wrong. I need to plot this 6 incresing and decreasing points on the line graph and demonstrate this.
Can you kindly update the PBIX file if that is the solution to the question in hand
Hi Amit - I am looking for up and down and no trending measure for 6 consective point either up or down...as per screen image provided. thanks
@Anonymous , When I opened your file. Lost with few measures you have. I think you need to check six months 6 consecutive points on [No Trend Measure].
I am thinking of to approach like assume Diff % using this month vs last month
Rolling 6 = if(CALCULATE(sumx(values('Date'),if([Diff %] >0,1,blank())),DATESINPERIOD('Date'[Date ],MAX('Date'[Date]),-6,MONTH)) =6 ,1,0)
for any month this is 1, it means growth for the last 6 month.
same way for < 0
Hi Amit
Can you plot these point on the line graph and or identify the 6 consective data points??
User | Count |
---|---|
78 | |
74 | |
42 | |
32 | |
28 |
User | Count |
---|---|
104 | |
93 | |
52 | |
50 | |
46 |