desktop
47 TopicsHow do you structure a Power BI learning path for beginners?
I would structure a beginner Power BI learning path around the complete reporting workflow, starting with the data and gradually moving toward analysis and sharing. 1. Start with Power BI fundamentals Understand the difference between Power BI Desktop and the Power BI service, along with reports, visuals, semantic models, filters, and dashboards. 2. Learn how to connect to data Start with simple sources such as Excel and CSV files. Then explore other commonly used data sources as your confidence improves. 3. Build Power Query skills Learn how to clean and transform data before creating reports. Important topics include changing data types, removing duplicates, handling missing values, splitting columns, merging queries, and appending data. 4. Understand data modeling Learn how tables relate to each other and why a well-designed model matters. Focus on relationships, primary and foreign keys, fact and dimension tables, and basic model design. 5. Create basic reports Practice using charts, tables, cards, slicers, filters, and drill-through. Rather than concentrating only on visual design, try to build reports that answer specific business questions. 6. Introduce DAX gradually Once the data model is understood, start with simple measures using functions such as SUM, COUNT, DISTINCTCOUNT, and CALCULATE. More advanced DAX can be introduced after the fundamentals are comfortable. 7. Publish and manage reports Finally, learn how to publish reports to the Power BI service, work with workspaces, configure data refresh, and understand appropriate sharing and access options. A useful beginner project is a simple sales dashboard. Take an Excel dataset, clean it with Power Query, create a basic data model, write a few measures, build the report, and publish it. This gives beginners practical experience with the entire Power BI workflow. The main idea is to learn in the below order data preparation data modeling visualization DAX publishing This provides a stronger foundation than trying to learn advanced Power BI features immediately. From my perspective as a career and learning professional associated with Edoxi Kuwait, I find that beginners usually make better progress when they understand how each Power BI skill connects to an actual reporting task, rather than trying to learn all the available features at once.16Views0likes0Comments[BUG]Desktop Icon Order and File Explorer Window Size Not Saved
After updating to Build 26200.5661, I found two major issues: 1. The desktop icon order is not retained after reboot or shutdown. Every time the system restarts, icons are randomly rearranged. 2. The File Explorer window size is not remembered. It always resets to the default size after closing and reopening. These issues did not occur in the previous build. Expected behavior: - Desktop icons should retain their order and position. - Explorer windows should remember their last size and position282Views1like2Comments1000 Free Udemy Coupons on Microsoft Power Automate With AI Builder
<<BAKRI ID(Id-ul-Ad'ha) -- 1000 FREE UDEMY COUPONS ON RPA>> On the Occasion of BAKRI ID(Id-ul-Ad'ha), I am very happy to share 1000 Free udemy coupons on Microsoft Power Automate With AI Builder Title : Advanced RPA - Microsoft Power Automate With AI Builder https://www.udemy.com/course/microsoft-power-automate-with-ai-builder/?couponCode=LT-BAKRID <<Our other courses on Udemy and Udemy Business>> Title : PL-500 Microsoft Power Automate RPA Developer BootCamp Link: https://www.udemy.com/course/pl-500-microsoft-power-automate-rpa-developer-bootcamp/?referralCode=891491BAB7F20B865EE6 Title 1: Become RPA Master in MS Power Automate Desktop https://www.udemy.com/course/microsoft-power-automate-desktop-tutorials-for-beginners/?referralCode=03D49B549EE2193E79EE Title 2: RPA : Microsoft Power Automate Desktop - Zero to Expert : 2 https://www.udemy.com/course/microsoft-power-automate-desktop-course-zero-to-expert-2/?referralCode=783F39A1D0CDB4A70A7C Title 3: RPA:Microsoft Power Automate Desktop:Intelligent Automation https://www.udemy.com/course/power-automate-desktop-course-intelligent-automation/?referralCode=E8C51F3C27EA98FE100C Connect with me on LinkedIn : https://www.linkedin.com/in/ameer-basha-p-b44880262/ Youtube Channel : www.youtube.com/learningtechnologies609Views2likes1CommentWe couldn't connect because there are currently no available resources
Hi everyone, My English isn’t perfect. I need some assistance with an issue I'm facing when trying to connect to my Azure Virtual Desktop using SessionDesktop. I’ve set up two host pools: One for RemoteApps (which is working fine, and where the session host is currently located) Another for Desktop access, which initially worked but has now started giving me the following error: "We couldn't connect because there are currently no available resources. Try again later or contact tech support for help if this keeps happening." Has anyone encountered this issue before or know how to fix it? Thanks in advance for any help1.6KViews0likes1CommentWindows Boots to Black screen, NO Desktop, taskbar, start ,menu
Starting yesterday after a cumulative update installed in windows update, I started having an issue where I couldn't access zip files because the instant I would click or right click on one it would crash explorer and cause it to restart. I could open them by starting 7zip or winrar manually but oddly enough if I tried opening them as admin to extract to a protected directory it would again crash explorer and cause it to restart Yesterday I attempted fixing it with sfc /scannow which did find and fix some errors but did nothing to fix the problem I was chasing, so I gave up and put it off to the next day. The update is the only notable change I could think of to attribute the problem to so today I tried to use system restore to roll back the changes and that failed, twice, and on the second time when windows rebooted, it went to a black screen, with the dialog box open saying that the restore had failed, but nothing else ever started. Thinking it had perhaps started in safe mode, I used ctrl/alt/delete to log out and restarted from there, only to return to the same black screen. So now using ctrl/alt/delete to gain access to the taskmanager is the only way I'm able to get an instance of explorer to open so I can open a browser etc. and is the only way I'm able to use the computer at all now. I tried once more to run the sfc /scannow command but it found nothing. I don't know how to start the settings app manually, if it's even able to start at all, to be able to know what build I'm on or what the update number was that started this, so I'm afraid I'm not really able to provide much to go on in that regard. All I know for sure is i must get this rig back into some kind of usable form in order to comb through it and pull out all the things that must be backed up if a OS reinstall is my only way forward, so any help to get my desktop environment back would be a HUGE help and greatly appreciated.496Views0likes2CommentsPowershell - Lock screen & Desktop background issue
I am currently starting to configure for a smaller organisation, using Intune for MDM, I've managed to successfully change my Azure AD login to be a standard user (I don't want every user having full administration rights) - that works well and I've assigned an Azure AD group to have admin privileges. So my next step is to set a corporate lock screen and desktop background image, using https://github.com/geirdybbugt/Archive-Dybbugt.no/blob/master/Win10/Win10-SetWallpaperAndLockscreenFromUri.ps1 script. But I now have an issue, either way I want to handle the script in Intune. Running script as: Run this script using the logged on credentials: No The script runs, but the user doesn't download the image files (having tested with administrative privileges in Powershell - the user doesn't have an internet connection, as the laptop is on wifi). So the lock screen and desktop background don't get set. Run this script using the logged on credentials: Yes The script runs, downloads the files successfully but then can't set the registry keys (as my standard user doesn't have permission to alter registry keys). So the lock screen and desktop background don't get set. Do Powershell scripts run in order - and sequentially? That way I could set two scripts, one to download and one to set the registry keys. Or is there any other way of achieving this? Please bear in mind I'm using Windows 10 Pro - so the usual Intune background settings don't work with. Many thanks.Solved24KViews0likes8Commentsone drive doesn't appear to be syncing files to my new PC desktop
Hello, I have a new PC I am trying to download files to one drive, I put select always save on device but nothing appears to be happening? can you someone help. Are my files downloading because I cannot locate anything. I did the whole save to device like 5 times and nothing is seems to be downloading if the files are I don't know where to find them.92Views0likes0CommentsFor sharing screen
Hi to all, during metting (on desktop app) when sharing the screen, the shared scrceen slowly pixelate to gray to participants. At the end all screen is gray. This happen also with my desktop app (version 25017.203.3370.1174.) Anyone else has thi problem? Thanks Andrea684Views0likes10Comments