Recent Discussions
Missing "Module Assessment Passed"
I've done the self-learning content for AZ-900, AI-900, DP-900, and SC-900. In every case, once you've done all the units of a module, and correctly answered everything on the knowledge check, you'll check a "Module Assessment Passed" note on the unit page. Except for one module :-D It's the "Explore fundamentals of large-scale analytics" module at https://learn.microsoft.com/en-us/training/modules/examine-components-of-modern-data-warehouse/ For some reason despite doing everything correctly, it just refuses to show that line, which is annoying. I reported it on the page as one-way feedback but I'm hoping someone who can fix this sees it here. It must be a bug specific to this page because I've done... literally the above hundred others fine.165Views1like1CommentPlease suggest “A Basic Understanding of Python” via Microsoft Learn
I’ve seen many posts and discussions about beginner Python courses on Microsoft Learn, such as “A Basic Understanding of Python” or " take your first steps with Python" (https://learn.microsoft.com/en-us/training/browse/?WT.mc_id=academic-77958-bethanycheum). Could you please suggest a working link to study basic Python on Microsoft Learn? All the links I found in previous posts are not working.18Views0likes0CommentsWhat is the best practice for automating App-Creation?
1.) i am trying to rollout a CalendarSync to several different organizations, in an effort to reduce work by the organization admins. So to say I am looking for ways to automate the microsoft entra stuff: like first time App-Creation Manifest Editing (precisely: add permissions, change callback uris, ...) 3.) I have a working Authorization which needs TenantId + ClientId, BUT when rolling out the program to other organizations, they have not any ClientId for authorization. They have to create firstly an app manually and only than they can log in ... is there any way for first time organizations, to not manually loginto microsoft entra and create an application? 2.) What is the best practice to go about this? I would like to automate as much as possible with my c# code?48Views0likes2Comments- 15Views0likes0Comments
Register now for the Migrate to Innovate Summit
Join the summit on March 11, presented in partnership with Intel. Stay agile, innovate for the future, and maintain a competitive edge by accelerating your cloud migration and modernization journey. Microsoft thought leaders will discuss the latest news and trends, showcase real-world case studies, and share how Azure can help you fully embrace AI. Join us to: Maximize business value and build the foundation for successful innovation by leveraging the latest Azure and Intel capabilities for your workloads. Dive into case studies and real-world examples showcasing how organizations have successfully transformed their business and how you can be next by migrating and modernizing on Azure. Make sure your cloud migration and modernization journey is using the best practices and strategies featured in product demonstrations. Register now > Migrate to Innovate Summit Tuesday, March 11, 2025 9:00 AM–11:30 AM Pacific Time (UTC-7)13Views0likes0CommentsHow to study for Excel MO-200 exam?
Hello, I would like to study for the microsoft excel specialist exam as I have zero to no experience with excel but both Self-led and Instructor formats don't seem to be available. Has it been like this? How can I study for the excel certificate exam to be successful? is there a route that people usually follow? +Also found there's Microsoft excel lectures on youtube: https://www.youtube.com/watch?v=buZR90nICFo&list=PL3191U3rAPzgA1yOwq82fOglcnZ1C8G_o would this be enough info/material to study for the exam? If you guys have any tips for the exam, I would be appreciated6.4KViews0likes4CommentsBlueprint opportunity for Designing and Implementing a Microsoft Azure AI Solutions
Greetings! Microsoft is updating a certification for Designing and Implementing a Microsoft Azure AI Solution, and we need your input through our exam blueprinting survey. The blueprint determines how many questions each skill in the exam will be assigned. Please complete the online survey by February 24th, 2025. Please also feel free to forward the survey to any colleagues you consider subject matter experts for this certification. If you have any questions, feel free to contact John Sowles at [email protected] or Rohan Mahadevan at [email protected]. Designing and Implementing a Microsoft Azure AI Solution blueprint survey link: https://microsoftlearning.co1.qualtrics.com/jfe/form/SV_9tUvZ4THa0dhDU2 Thank you!44Views1like0Commentsnot pulling all numbers
So I've managed to get my formula working, I'm using =SUMPRODUCT(SUMIF(Monday!A17:A40,H19,Monday!E17:E40)+SUMIF(Tuesday!A17:A38,H19,Tuesday!E17:E38)+SUMIF(Wednesday!A17:A41,H19,Wednesday!E17:E41)+SUMIF(Thursday!A17:A33,H19,Thursday!E17:E33)) but for some reason, it's not pulling all the numbers (E17:E40) that correspond with the names (A17:A40). what am I doing wrong?41Views0likes4CommentsHelp! I'm trying to pull and sort info from the same page!
Hello! I need help with Excel, I'm trying to pull info from U4:U18, X4:X18, AA4:AA18, AD4:AD18, and AG4:AG18 and put it into a chart starting on H6. I can do one with the formula =UNIQUE(SORT(FILTER(U4:U18,U4:U18<>""),1)) so I tried to see if I could add the other ones to this one formula, because I have 5 days (Mon-Fri) I need to reference, but it doesn't work out for me. I tried =UNIQUE(SORT(FILTER(U4:U18,U4:U18<>""),1)(sort(filter(X4:X18,X4:X18<>""),1)) etc. =unique(sort(filter((U4:U18,U4:U18<>"")(X4:X18,X4:X18<>"")(AA4:AA18<>"")(AD4:AD18<>"")),1)) I don't know what to do. I'm not super familiar with Excel, I've only taken classes, basically back in middle school (I'm 32) so I don't remember much, I'm trying to pull the formulas from my old managers original report to make my own report, but this is where I am. any help would be great!Solved58Views0likes2CommentsExcel - Vstack help.
I feel like I'm missing something simple. but here goes. I'm using the VStack function to search multiple tables on separate sheets. Its working wonderfully except as it runs through each filter function, If a table does not return results, it creates a blank row before running the next filter function on the row below. See below. Most of the data is irrelevant for the build. The first column contains the Filter criteria. The second column is a reference column that tells me which sheet the column is coming from so i can keep up with them inside the functions. My entire formula is below. =IFERROR(VSTACK(FILTER(Narkiewiecz[[House Code]:[Invoice Paid?]], Narkiewiecz[House Code] = Access!$B$4, ""),FILTER(Table47[[House Code]:[Invoice Paid?]], Table47[House Code] = Access!$B$4, ""),FILTER(Table48[[House Code]:[Invoice Paid?]], Table48[House Code] = Access!$B$4, ""),FILTER(Table49[[House Code]:[Invoice Paid?]], Table49[House Code] = Access!$B$4, ""),FILTER(Table410[[House Code]:[Invoice Paid?]], Table410[House Code] = Access!$B$4, "")),"") I've written in for each filter to return blank if no results are found, so I get that's why the columns are blank. Is there another [if_empty] I could write in that would allow it to stack each found result seamlessly while ignoring empty searches?49Views0likes1CommentIs there a way to create new App with Graph C#, as admin, without having access to clientId?
1.) i am trying to rollout a CalendarSync to several different organizations, in an effort to reduce work by the org. admins. So to say I am looking for ways to automate the microsoft entra stuff: like App-Creation Manifest Editing (precisely: add permissions, change callback uris, ...) 2.) I have seen there are several calls from Graph API c#, example to create an application. --> Which is what I need but the problem is authorization ... in every authorization i have tried by now there is only a login via tenantId+ClientId (and some use ClientSecret too) --> But as the organization does not have any apps created how can I login via code? 3.) Here is what I tried but i keep getting stuck because every auth method needs an app id (cleintid) and the organizations do not have any apps in entra (they are first time starting to use it) (my working Authorization, which I use for CalendarSync flawlessly) but the problem is in the App creation i still need the clientId to logonto via graph)34Views0likes1CommentHow to get Active Courses List
Good Day Everyone! I am trying to get a list of all active courses that are being offered by Microsoft as the https://aka.ms/CertPoster refers only to the ones with Certifications but there are many more that are offered as a learning path for example there is no certification on COPILOT but we have MS-4004,MS-4005,MS-4007 . Regards Vivek TrivediSolved179Views0likes4CommentsHelp with Formula
Hello, This is my first post here and I can sure use the help. I work in the counseling field as an appointment coordinator. In my job I try to match people with the therapist that can best help them with their issue. What I am attempting to do is to create an easy way for my co-workers and myself to be able to quickly find the therapist based on the issue. Here is what I am trying but keep getting my formula wrong. Please help. RhondaSolved151Views2likes6CommentsNot receiving Skype Messages - help?!
I use Skype for work, messaging with individuals and in many group chats. I have, for the last couple of weeks, had issues with receiving messages from the individual chats. They will appear with no activity and then messages will come through once I send them a message. I am always signed into Skype and always have internet connection. I have tried: Uninstalling the app and re-installing Using Skype on browser only Clearing data on Skype app Clearing data/cookies/history etc. on my laptop Making sure all notifications are on I have not changed any privacy settings or any settings at all. Any ideas for what's going on and how to fix?42Views0likes0CommentsQuestion certification
Hello, I write to you for a doubt about the certification exam, yesterday I finished a learning path of 4 modules called "AZ-500: Identity and access management" and at the end, I think there was already examination and I take this, I give it where it says "Personal training examination" and it leads me to that, which I have to do now, keep doing routes and modules or if there is an exam? I am lost (Sorry, the screenshots are in Spanish) Thank youSolved133Views0likes2CommentsHow do i contact comcast about email problems?
For a few years i used an university MS-account with 2TB OneDrive storage. Now these cooperation runs out and i made my own MS account with those 1TB OneDrive storage. I have like ~500GB of data in that old OneDrive and right now try to copy everything to my new personal one... But the uploadspeed is horrible! Referring to speedtests I have like 50Mbit/s (Ethernet so quite stable) so ~ like 6.25MB/s upload. The maximum onedrive reaches is like 1.5MB/s.... and in average i get like 750kB/s... My PC is already running for 2 days... Do you have any idea to solve this problem or is this just something i have to accept? Is it possible that institutions like universities have better uploadspeeds, or are just prioritized and so on?15Views0likes0CommentsHow to access my web mail to outlook
Hi, I'm looking for a way to access my webmail through Outlook. although I appreciate Gmail's functionality and I'm previously using that, but I find the interface and overall experience of Outlook more appealing. So looking for a solution that allows me to manage my emails from my website page using my outlook account. With Gmail, I know that this is possible, but I would prefer to utilize outlook's because of better experience. I will appreciate yor I'd appreciate any guidance or information on how to achieve this integration between my webmail and Outlook. Thank you!Solved51KViews0likes6CommentsTroubleshooting Bing Webmaster Tools for Website Performance Insights
Hello Microsoft Community, I’m seeking advice on resolving some technical challenges with Bing Webmaster Tools. Despite configuring everything correctly, the data for clicks and impressions on my website seems either delayed or incomplete. This makes it difficult to analyze performance accurately. Has anyone experienced similar issues with Bing Webmaster Tools? What troubleshooting steps or best practices would you recommend to ensure reliable data tracking and reporting? For instance, could there be an issue with sitemap submissions or crawl errors affecting the data accuracy? For example, I manage a website that focuses on detailed information about the Cookout Menu. The site provides a comprehensive resource, covering everything from burgers, trays, and chicken items to over 40 milkshake flavors. If you're curious about structured menu content or would like to see how I’ve optimized the site for user experience, feel free to check it out. Any insights or suggestions would be greatly appreciated! Thanks in advance for your help.70Views0likes1Comment
Events
Recent Blogs
- Like many organizations around the world, at Microsoft we’re constantly exploring ways to put AI to work—discovering how it can benefit our customers and partners, our workforce, and our business. On...Feb 13, 2025337Views1like0Comments
- Keeping pace with today’s security challenges, changing business needs, and rapidly evolving technology starts with up-to-date and innovative training, which is why we’re glad to share the latest Mic...Feb 12, 2025849Views1like0Comments