Power Bi : Build a simple Linear Regression Equation in DAX to Predict a Goal

  Рет қаралды 19,254

Dapper Dash

Dapper Dash

Күн бұрын

Пікірлер: 39
@jamierandall-schab2694
@jamierandall-schab2694 2 жыл бұрын
Having been learning PBI for the last few years and having watched lots and lots of videos - this is one of the best - absolutely awesome. I've already adapted it for new insights in my organisation. I'm subscribed
@DapperDash
@DapperDash 2 жыл бұрын
Hey Jamie. Thanks brother. Glad it helped you out. Sharing knowledge is how we all grow and learn. Appreciate the sub.
@rauljimenez5485
@rauljimenez5485 3 жыл бұрын
The breakdown of the linear regression is gold!!! Thank you very much for sharing this!!
@DapperDash
@DapperDash 3 жыл бұрын
Hey Raul! I appreciate the comment. Thank you. I am glad you found it useful.
@DanielHernandezCa
@DanielHernandezCa 3 жыл бұрын
Thank you! Keep on the good work!
@HomegrownHowTo
@HomegrownHowTo 3 жыл бұрын
Good info! Great stuff!
@gambu4810
@gambu4810 3 жыл бұрын
You are absolutely brilliant!! I'm subscribed, l guess because of this video you are reaching the 1k way earlier than predicted.
@DapperDash
@DapperDash 3 жыл бұрын
Thank you thank you 🙏. We are on our way to 1K. Baby steps.
@warrendeanthomas
@warrendeanthomas 2 жыл бұрын
Looks on you are on track for 1000 subs, good video!!
@DapperDash
@DapperDash 2 жыл бұрын
Hey Warren, haha yeah the regression told me sometime in June, so we'll see. I think it will be closer to July but it was a fun experiment
@PhoebeeMo
@PhoebeeMo Жыл бұрын
Hi Victor! This is awesome! I am so happy to find you. I am curious on when did you hit 1000 subscriber? :)
@danieldemasi6904
@danieldemasi6904 2 жыл бұрын
That's really good. When i did this for my data I had to summarize the raw data as I had multiple entries per day.
@oswaldocastro9600
@oswaldocastro9600 2 жыл бұрын
Incredible what you do... We close a difficult deal just by applying what I get from here. Fantastic job and really many thanks to share with us. Not just subscriber, a fan from now on!
@DapperDash
@DapperDash 2 жыл бұрын
Oswaldo, I totally missed your comment. That is amazing! I am glad the content was able to help you. That's what it is all about, helping each other out. I provided a video update so you can see how close the model is to where my channel is today. The link is in the description. Check it out.
@AnilKumar-bd2yt
@AnilKumar-bd2yt 3 жыл бұрын
Nice
@alexandreos35
@alexandreos35 Жыл бұрын
you taught me EXACTLY what I needed for my job! (by the way, in october, when I first watched this video you were at 1,3k subscribers, so your trendline must be correct, now I'm another sub!)
@paanjo10
@paanjo10 11 ай бұрын
Holy shit, this is what my boss wanted and I managed to do this because the dataset is almost similar. lmao thank you!!
@salahderdar5148
@salahderdar5148 2 жыл бұрын
That's awesome, You're a genius, guy, I'm your fan from now on 👍 But we will be thankful if you make another tutorial for multiple regression using two or three variables 🙏
@DapperDash
@DapperDash 2 жыл бұрын
Salah, thanks for the support. Yes, I am actually working on putting together a multiple variable regression tutorial. Stay tuned.
@350maybrick
@350maybrick Жыл бұрын
Thanks!
@elikyals
@elikyals 2 жыл бұрын
Congratulations, you hit a thousand before the predicted Date.
@DapperDash
@DapperDash 2 жыл бұрын
Hey! yeah I ended up reaching the goal on June 9th!. It is crazy how accurately close it was.
@salmahanifah2364
@salmahanifah2364 2 жыл бұрын
hi, thank you for your tutorial. can you explain how, to sum up of x variable? because x is the date. not number.
@sanketwagh4483
@sanketwagh4483 Жыл бұрын
Thanks for the informational tutorial. Do you know how can we show the values in %? Like in terms of trend how much is it up/down
@marcinterlecki7744
@marcinterlecki7744 2 жыл бұрын
It's June 15 2022 and you have 1k subscribers :)
@DapperDash
@DapperDash 2 жыл бұрын
Hey Marcin! I ended up reaching the goal on June 9th. Crazy how accurately close it was. It was a fun exercise.
@casperselmerfrandsen9691
@casperselmerfrandsen9691 2 жыл бұрын
I have two columns, X and Y, and want to make a simple linear regression to predict Y based on X. I need to be able to apply a filter to choose selected rows based on a value in a third column, Z,. Will it be possible to do this using this method?
@itzhimari8494
@itzhimari8494 Жыл бұрын
Comprehensive solution how to create regression for beginners
@nehasaxena4169
@nehasaxena4169 2 жыл бұрын
I have daily sales data but I want the linear regression by month year this is not. Giving correct result could you please help .thanks
@hyS-n5m
@hyS-n5m 2 жыл бұрын
great,可以出个指数平滑法预测视频吗
@DapperDash
@DapperDash 2 жыл бұрын
I will look into Exponential Smoothing and see what I can build. It would most likely be simple exponential smoothing. Anything else may require Python or R to display.
@350maybrick
@350maybrick Жыл бұрын
A little help. Very frustrated right now. I keep getting this error. The syntax for ')' is incorrect. (DAX(var data=SELCTCOLUMNS(ALLSELECTED(DataSource), "x_values",DataSource[CloseDate], "y_values",[SalesVolume]))). This is what I have typed into the DAX Editor 1 RegressionLine = 2 3 var data = 4 5 SELECTCOLUMNS(ALLSELECTED(DataSource), 6 "x_values",DataSource[Close Date], 7 "y_values",[SalesVolume] 8 ) I have verified there is no blank data. Any help is appreciated.
@vasilikievangelou9518
@vasilikievangelou9518 Жыл бұрын
I have encountered the same problem. Did you manage to solve it?
@easy.peasey
@easy.peasey 2 жыл бұрын
idk what I did by my regression line is flat. Also, I am using a really bad data set so I think thats the reason.
@DapperDash
@DapperDash 2 жыл бұрын
EasyPeasey, my email is on the "About" section of the channel. You can send my a csv or excel file of your dataset and I can see what might be going on.
@easy.peasey
@easy.peasey 2 жыл бұрын
@@DapperDash I believe I figured it out. I needed to make a measure versus using quick measures. But now m regression line goes up and down versus a line. I think that is technically fine tho.
@juanarmandoarteagasabja6021
@juanarmandoarteagasabja6021 2 жыл бұрын
The analisis was correct, you are 1000 subscribers by jun!! im subscribe now!!
@DapperDash
@DapperDash 2 жыл бұрын
It was kind of interesting, I hit the goal about a day early from the video prediction. For a simple linear regression, it was scary how accurate it became.
@powerbinareal
@powerbinareal Жыл бұрын
Muito legal! Sou do Brasil e produzo conteúdos também!
🚨 YOU'RE VISUALIZING YOUR DATA WRONG. And Here's Why...
17:11
Adam Finer - Learn BI Online
Рет қаралды 161 М.
Je peux le faire
00:13
Daniil le Russe
Рет қаралды 22 МЛН
escape in roblox in real life
00:13
Kan Andrey
Рет қаралды 78 МЛН
У ГОРДЕЯ ПОЖАР в ОФИСЕ!
01:01
Дима Гордей
Рет қаралды 8 МЛН
Use scatterplots to find details in Power BI reports
25:49
Regression Analysis | Full Course
45:17
DATAtab
Рет қаралды 816 М.
Linear Regression, Clearly Explained!!!
27:27
StatQuest with Josh Starmer
Рет қаралды 253 М.
DAX Fridays! #135: Linear Regression in Power BI
12:16
Curbal
Рет қаралды 39 М.
Simple Linear Regression Analysis For Beginners | Basic Predictive Analytics
10:34
Adam Finer - Learn BI Online
Рет қаралды 15 М.
Top Courses to Become a Data Analyst
13:35
Luke Barousse
Рет қаралды 599 М.
Je peux le faire
00:13
Daniil le Russe
Рет қаралды 22 МЛН