Тёмный
WiseOwlTutorials
WiseOwlTutorials
WiseOwlTutorials
Подписаться
Software training videos from a leading UK-based training company. Learn useful techniques in Microsoft Excel, Microsoft Power BI, DAX, VBA, Python, Visual C#, Microsoft SQL Server, SQL Server Reporting Services SSRS, SQL Server Integration Services SSIS, Microsoft Access, Microsoft PowerPoint, Microsoft Word and more!
Power Automate Part 12 -  Approvals
34:06
2 месяца назад
Power Automate Part 11 -  Error Handling
23:10
2 месяца назад
Power Automate Part 10 - Apply to Each loops
19:24
5 месяцев назад
Power Automate Part 8 - Working with tables
33:03
6 месяцев назад
Power Automate Part 7 - Conditions
11:43
6 месяцев назад
Power Automate Part 6   - Tidying Up Flows
12:05
6 месяцев назад
Power Automate Part 2 - Creating Basic Flows
16:13
9 месяцев назад
Python Part 21b - Classes case study
45:10
10 месяцев назад
Python Part 21a - Classes
53:49
10 месяцев назад
Комментарии
@NS-tp3vr
@NS-tp3vr 13 часов назад
Can report builder downloaded for MAC? Or is there an alternate way to open .rdl file in mac?
@WiseOwlTutorials
@WiseOwlTutorials 8 часов назад
Hi, I don't think that Report Builder is available in a Mac version.
@ericheng2381
@ericheng2381 19 часов назад
Hi, how to show empty value even if there is no data in Month Column? i.e. show all months including no data in December
@WiseOwlTutorials
@WiseOwlTutorials 7 часов назад
Hi! You'll need to create some sort of date table that contains an entry for each month and combine this with your existing data. You can see some suggestions on how to do this here: stackoverflow.com/questions/45890909/ssrs-display-all-months-in-a-year-with-no-data stackoverflow.com/questions/44549413/ssrs-how-to-show-all-month-of-a-year-as-x-axis-of-a-graph
@noneyabeezwax8865
@noneyabeezwax8865 20 часов назад
YOU are amazing!
@WiseOwlTutorials
@WiseOwlTutorials 8 часов назад
So are you! Thanks for watching!
@jhunnniemat4444
@jhunnniemat4444 2 дня назад
hi, I have questions, why do we need to put exit sub? and when we will usally use it?
@WiseOwlTutorials
@WiseOwlTutorials 8 часов назад
Hi, you can see a simple example in this video ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-YWKEnWGfdyQ.htmlfeature=shared I hope it helps!
@PadmajaJadhav-vd8cg
@PadmajaJadhav-vd8cg 2 дня назад
Best and perfect direct on the point 😊
@WiseOwlTutorials
@WiseOwlTutorials 8 часов назад
Thanks for watching!
@konradstrozak9965
@konradstrozak9965 2 дня назад
Hello Andrew, Your videos are fantastic, love the passion in your voice. Actually i have one question and hope that you will help me even though this video is 2y old. But when i put in vba the formula ....FindElementByClass(...).Click i have a debug which says "Run - time error "32" : Invalid selector Error invalid selector From java script error {"status":32 " value : "Compund class names not permitted"} (sessio info: Microsoft Edge = 126.0.2592.87) Driver info: msedgedriver = 126.0.2592.87 and some random numbers and letters.platform=Windows. Do you know maybe hot to repair it ? Thank you for the help
@WiseOwlTutorials
@WiseOwlTutorials 8 часов назад
Hi! You might find this video helpful ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-lr7CFZEI2YA.htmlfeature=shared I'm fairly certain I mention compound classes in there and it provides various other options for finding elements that you should find useful. I hope it helps!
@nelrosell1
@nelrosell1 2 дня назад
we can also do like this OR(ISBLANK(Movies[Box Office]),Movies[Budget]) as it's only two values are evaluated rather than using two pipes || for OR condition
@WiseOwlTutorials
@WiseOwlTutorials 8 часов назад
Indeed you can! ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-KNt5NI5kAbg.htmlfeature=shared&t=1207 Although you need to include the ISBLANK function for Budget as well as for Box Office: OR( ISBLANK(Movies[Box Office]), ISBLANK(Movies[Budget]) ) Personally, I prefer pipes because they work regardless of how many conditions you're using, while OR only works for two conditions.
@MasterChelsea
@MasterChelsea 3 дня назад
Sir, thank you a lot for this great video!
@joaofilipecastrosantos9947
@joaofilipecastrosantos9947 3 дня назад
You are a champion. You've produced all a student of Selenium VBA needs and you explain it all with great clarity. Thank you.👨‍🎓
@WiseOwlTutorials
@WiseOwlTutorials 8 часов назад
Thank you so much!
@chrisf3577
@chrisf3577 3 дня назад
excel 2021 gives me an error when trying to Refresh the tables, do you have any solution?
@gideonglick5808
@gideonglick5808 4 дня назад
how about if you want to sort multiple sheets, but the tables are not the same?
@treklin1573
@treklin1573 6 дней назад
Very nice accent in teaching channel, I'm not a native speaker of english
@WiseOwlTutorials
@WiseOwlTutorials 8 часов назад
Thanks for watching!
@DBJedi317
@DBJedi317 7 дней назад
2 questions. 1. Can the add-in need to contain Sub procedures? 2. Does if require the Public (ie Public Function or Public Sub)? Thank you.
@WiseOwlTutorials
@WiseOwlTutorials 8 часов назад
Hi! The add-in does not need to contain Sub procedures (but you can include them if you want to). If you want to use the functions in the worksheet they need to be public. If you don't declare a function as Private, it will be Public by default. I hope it helps!
@shubhamkupade7008
@shubhamkupade7008 7 дней назад
if i want to see data without select pick start date and pick end date or not providing any default value for date is it Possible ?
@WiseOwlTutorials
@WiseOwlTutorials 8 часов назад
Hi! Carry on watching the playlist and you'll get to the videos on optional parameters ru-vid.com/group/PLNIs-AWhQzcmEFHyxCRwA_gb29WOz5SJU&feature=shared I hope it helps!
@vishal_parajuli
@vishal_parajuli 7 дней назад
How do you create that table folder, actually I am in the ODBS sys DSN connection were I cant able to see database overview etc on the query builder
@dushanshalina4676
@dushanshalina4676 8 дней назад
Xldown is taking all blank cells with formula. How can I correct that?
@other_stuffs-yj3dl
@other_stuffs-yj3dl 8 дней назад
have to comment this haha. besides learning vba i love your movie reviews! haha
@WiseOwlTutorials
@WiseOwlTutorials 8 часов назад
😀 glad you found them entertaining! Thanks for watching!
@charitomexico1830
@charitomexico1830 9 дней назад
gracias!!!!!!! por fin solucione el problema con mis encabezados!!!
@WiseOwlTutorials
@WiseOwlTutorials 8 часов назад
Happy to hear that the video helped you, thank you for watching!
@Trucpq
@Trucpq 9 дней назад
So helpful and excelent explanation !
@WiseOwlTutorials
@WiseOwlTutorials 8 часов назад
Thanks! Glad you found it useful, thank you for watching!
@other_stuffs-yj3dl
@other_stuffs-yj3dl 10 дней назад
Wow! As a starter with VBA I'm amazed haha. Thank you for this tutorials!
@WiseOwlTutorials
@WiseOwlTutorials 10 дней назад
Happy to hear that you found it useful, thanks for watching!
@robertnpmk
@robertnpmk 10 дней назад
So helpful, thank you.
@WiseOwlTutorials
@WiseOwlTutorials 10 дней назад
You're welcome, thank you for watching!
@NilimaParbatani
@NilimaParbatani 11 дней назад
this is by far the best series to give confidence to use DAX out of so many other videos i have watched. Great work Andrew!
@WiseOwlTutorials
@WiseOwlTutorials 10 дней назад
Thanks so much! Happy to hear that you found it useful so far, thank you for watching and taking the time to comment!
@aindryarya
@aindryarya 11 дней назад
Hello!! Can you make a detailed video on how Helper queries work in power BI as well how parameters work in power bi
@MasterChelsea
@MasterChelsea 12 дней назад
Sir, your lectures are perfect!!!! THANK YOU SO MUCH!!!!
@WiseOwlTutorials
@WiseOwlTutorials 10 дней назад
You're very welcome! Glad you like the videos, thanks for watching and for the comment!
@sourabhpatel3834
@sourabhpatel3834 13 дней назад
Great❤
@WiseOwlTutorials
@WiseOwlTutorials 10 дней назад
Thanks!
@likhitaGrandhi
@likhitaGrandhi 14 дней назад
Hi, Thank you for your amazing tutorials, they are very clear. It has helped me developing many reports and improve my skills. I have question, Can you please explain how to pass a user defined table type to SP in Report builder? I would really be Grateful if you can help me. Thanks.
@WiseOwlTutorials
@WiseOwlTutorials 10 дней назад
Hi! Happy to hear that you enjoy the tutorials. Sorry but I don't know how you'd pass a user-defined table type from Report Builder to a stored procedure.
@voiceless8893
@voiceless8893 16 дней назад
I am sorry there no "Join" button at the bottom of any video?
@WiseOwlTutorials
@WiseOwlTutorials 15 дней назад
Hi! It could be that channel memberships aren't yet supported in your region: support.google.com/youtube/answer/7636690?hl=en
@ArchStanton806
@ArchStanton806 16 дней назад
Hi Andrew, can you help me with the following please? Case Complexity 1 = CALCULATE( COUNT('Cases'[Case Number]), DATESYTD('Cases'[Resolution Date],"3-31"), 'Cases'[statecode] = "Resolved", 'OS Case Complexity'[Value] = 1) I'm getting this error message and no matter what I try I can't fix thing: Couldn't load data for this visual MdxScript(Model) (320, 5) Calculation error in measure 'New KPI Measures'[Case Complexity 1]: DAX comparison operators do not support comparing values of type Text with values of integer. Consider using the Value or Format function to convert one of the values
@WiseOwlTutorials
@WiseOwlTutorials 15 дней назад
Hi! Without seeing your data model I would guess the problem lies with this part: 'OS Case Complexity'[Value] = 1 I'm guessing that the [Value] field is stored as text rather than a number. You could either change the data type of the column in the data model, or enter the number as a string like so: 'OS Case Complexity'[Value] = "1" Let me know if that helps!
@ArchStanton806
@ArchStanton806 15 дней назад
@@WiseOwlTutorials Thanks, I've modified the value so its now Text and it works. Much appreciated
@WiseOwlTutorials
@WiseOwlTutorials 15 дней назад
@@ArchStanton806 No problem, happy you got it working!
@HarshathKumarBayyaram
@HarshathKumarBayyaram 16 дней назад
That's a great tutorial short and very informative Thank you so much
@WiseOwlTutorials
@WiseOwlTutorials 15 дней назад
You're very welcome, thank you for watching!
@daves4026
@daves4026 17 дней назад
Just perfect. Spent a whole day researching and testing code then remembered you’ve already aced this training. Thanks again
@WiseOwlTutorials
@WiseOwlTutorials 15 дней назад
I hope it doesn't feel like a day wasted! Thank you for watching!
@user-dz8dl7ns6g
@user-dz8dl7ns6g 17 дней назад
Hi Andrew. I've benne using so many times your lessons that i fell like we know each other since 30 years!!!!! Thank you! I'm facing a new issue. Trying to delete a row in a database, i've got this error: 2147467259 ISAM pilot. Do you know how i can fix this please ?
@WiseOwlTutorials
@WiseOwlTutorials 15 дней назад
Hi! Thanks for watching so many of the videos! Unfortunately, the SQL DELETE statement for deleting rows in a worksheet using ADO isn't supported. You can use the INSERT and UPDATE statements however, as later videos in this playlist show ru-vid.com/group/PLNIs-AWhQzckUd5i0E1xeSFeBAonYIurK&feature=shared
@Melki
@Melki 17 дней назад
Terima kasih.
@WiseOwlTutorials
@WiseOwlTutorials 15 дней назад
Thank you so much for the support!
@chongwenhoe8728
@chongwenhoe8728 18 дней назад
Hi Andrew, I like your video but there is alot of overlapping stuff. Would it be possible if we could shorten and recomend based on the one that is most useful? For example, concatenate can only use for 2 values, instead if we use & or combine value are even much better. The reason is because I learned the concatenate and I need to let go of it to learn the another 2 which are better. Thank you.
@oscarrulz6551
@oscarrulz6551 19 дней назад
tutorials are awesome....very well explained...though not sure why he refers to himself as sven ..since after the video feed goes off ..its still him talking ..not some other person called sven
@WiseOwlTutorials
@WiseOwlTutorials 15 дней назад
Thanks, glad you enjoyed it! As for Sven, I work with him and I don't know why he calls himself that either.
@corochena
@corochena 19 дней назад
You are the hero of all the autodidactic people of the world. Thanks for your huge work!
@WiseOwlTutorials
@WiseOwlTutorials 19 дней назад
Thank you for the kind comments and for watching!
@Ironman-zd6uz
@Ironman-zd6uz 20 дней назад
Thanks...You are great sir... 👍
@WiseOwlTutorials
@WiseOwlTutorials 19 дней назад
Thank you for watching!
@hrsh369
@hrsh369 20 дней назад
After 12 years, iranian college using sql 2008 and wow im here so great! Btw the video is amazing
@WiseOwlTutorials
@WiseOwlTutorials 20 дней назад
Happy to hear that it's still useful, thank you for watching!
@davidjones5319
@davidjones5319 21 день назад
WiseOldOwl is the goto to site for not only highly applicable (useful) VBA code tutorials, but fantastic video instructions. Thank you!
@BlueGooGatchoo
@BlueGooGatchoo 21 день назад
I would like to echo the comment by @robworcester, I first began watching WiseOwlTutorial videos in 2016. There's loads of content on these subjects from many providers, but I always find myself coming back to this channel. The presenter (I believe I read in comments the name is Andrew), he has an amazing gift for taking some pretty heavy & intimidating applications/languages, and he breaks them down into very clear and understandable demonstrations that are really enjoyable to follow-along with. The skills I have developed and use every day to earn a living were first planted and nurtured by the wonderful content of WiseOwlTutorials videos, thank you so much for making these videos, you are the one of the best teachers I have ever had the pleasure of learning from.
@SuzanneBrown-d3s
@SuzanneBrown-d3s 22 дня назад
I've been a fan since 2014, learning Excel VBA. LOVE your explanation style.
@WiseOwlTutorials
@WiseOwlTutorials 20 дней назад
Thank you Suzanne, happy to hear you're enjoying the videos!
@user-wk3vd5dg6z
@user-wk3vd5dg6z 23 дня назад
I wrote the same vba code, but I keep getting the error that the format is out of order when I run the PrvSideber Java phrase, so please tell me how to solve it..
@WiseOwlTutorials
@WiseOwlTutorials 20 дней назад
It could well be the case that things in Chrome have changed since the video was recorded.
@cesteves6882
@cesteves6882 24 дня назад
Is there a way to relegate only 10 items per page in addition to having headers on each page?
@WiseOwlTutorials
@WiseOwlTutorials 20 дней назад
Yes! See this video for how to control the rows on each page ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-nBYn1DU3VMQ.html To make sure the headers appear on each page you may also need to set the KeepWithGroup property of the Static member to After as described here stackoverflow.com/questions/11285923/tablix-repeat-header-rows-on-each-page-not-working-report-builder-3-0 I hope it helps!
@JC-KeepSmiling
@JC-KeepSmiling 24 дня назад
I occasionally get issue with SSRS whereby it times out when running a new report despite the background SQL running speedily in SQL management studio. If I somehow manage to get the report to run once in SSRS in then subsequently runs very quickly (I assume because the rendering has been cached?). Anyone also know of this error and have any fixes? Thx
@WiseOwlTutorials
@WiseOwlTutorials 20 дней назад
Hi! You may find the information here (and the associated articles in the menu on the left) useful learn.microsoft.com/en-us/sql/reporting-services/report-server/setting-time-out-values-for-report-and-shared-dataset-processing-ssrs?view=sql-server-ver16 I hope it helps!
@JC-KeepSmiling
@JC-KeepSmiling 18 дней назад
@@WiseOwlTutorials Thankyou
@jimmyli319
@jimmyli319 27 дней назад
thanks
@WiseOwlTutorials
@WiseOwlTutorials 20 дней назад
You're welcome, thanks for watching!
@didzisstalidzans5232
@didzisstalidzans5232 27 дней назад
Just my personal grumpy opinion - this Power Platform interface and UX must change. So lame as SharePoint always was.. Any how thanks for tutorial.
@WiseOwlTutorials
@WiseOwlTutorials 20 дней назад
Agreed, it could definitely use some work!
@Gazarodd
@Gazarodd 28 дней назад
Hello, I would like to thank you very much as i was able to finish my project thanks to your video
@WiseOwlTutorials
@WiseOwlTutorials 20 дней назад
Happy to hear that the video helped, thank you for watching!
@dniezby
@dniezby Месяц назад
So you don’t need to “format as table” before doing these adds?
@WiseOwlTutorials
@WiseOwlTutorials 20 дней назад
That's correct, yes.
@qasimali-gu3oz
@qasimali-gu3oz Месяц назад
19:29 I was expecting FILTERS instead of CALCULATETABLE. Can you explain why can't we use FILTERS here instead of CALCULATETABLE?
@WiseOwlTutorials
@WiseOwlTutorials 20 дней назад
Hi! We could have used the FILTER function here, I just chose to use CALCULATETABLE instead. You can find a later video in the playlist which explains the differences ru-vid.com/group/PLNIs-AWhQzclPj5BGcckuyrOVqRD-7rIX&feature=shared I hope it helps!