getting started
43 TopicsMeasuring success in Microsoft 365 & Copilot adoption
As a student Microsoft 365 Champion, I’m starting to notice that successful adoption isn’t just about enabling tools — it’s about how adoption is measured and guided. In my learning, simple analytics (usage trends, engagement patterns, feedback loops) combined with tools like Power BI seem to make a big difference in understanding what’s actually working and where support is needed. I’m curious — for those working on Microsoft 365 or Copilot adoption, what KPIs or signals have you found most useful beyond basic usage counts?236Views4likes3CommentsExcel Copilot now supports local files (Preview): what this means for everyday users
In the Microsoft 365 Current Channel (Preview), Excel Copilot Chat now supports local Excel files, not just workbooks stored in the cloud. This is a meaningful usability improvement because many users, especially students and early-career professionals, still work primarily with datasets stored locally on their devices. Why this matters for adoption: Users can now interact with Copilot Chat while analysing local Excel files. This reduces friction for offline work, assignments, and exploratory data analysis. It makes Copilot more practical for everyday learning and productivity workflows. For users learning data analysis, reporting, or business intelligence, this update lowers the barrier to using Copilot consistently rather than only in cloud-based scenarios. I am exploring how these preview features can improve real-world adoption and learning experiences, particularly for students and early-career users who work with Excel daily.148Views0likes0CommentsHelping students adopt Microsoft 365 tools for learning & productivity
Hi everyone, I’m a Microsoft 365 Champion and MSc Data Science student, and I’m currently helping fellow students get started with Microsoft tools such as: • Power BI (data analytics & dashboards) • Microsoft Learn learning paths • Microsoft 365 productivity tools I’m curious: What are the biggest challenges you’ve seen when introducing Power BI or Microsoft Learn to students or early-career professionals? I’d love to learn from your experiences and share what’s worked in an academic environment.47Views0likes0CommentsCPAi Advisors + Copilot Frontier: Accounting Meets Agent Mode
Hey all — I’m Dan, founder of CPAi Advisors, where boutique accounting meets workflow automation and Microsoft Copilot. I spent years in public company accounting, working across GL, AP/AR, reporting, and compliance — plus deep ERP integrations and technical troubleshooting. After seeing firsthand how manual and fragmented financial workflows can be, I decided to go out on my own and build something smarter: a boutique firm powered by Microsoft 365 Business Premium + Copilot. Now I’m exploring how Office Agent (Frontier) can take things further — not just chat in Word or Excel, but actually carry context across apps and orchestrate real accounting tasks. Here’s what I’m testing: Agent Mode in Excel → financial models, ledger reconciliation, anomaly detection Agent Mode in Word → client-ready reports that pull live spreadsheet data Agent Mode in Outlook → turning email threads into task lists and audit prep Cross-app orchestration → one prompt that builds a report, updates the spreadsheet, and drafts the email 💡 Focus: Copilot in accounting workflows Automating compliance & audit readiness Bridging trust in AI for financial advisory Pushing Agent Mode beyond the obvious Excited to share feedback and help shape what’s next. Let’s make accounting workflows smarter — and a little more fun. Take care & be well!85Views0likes0CommentsIs there a great teaser video for a customer about to embark on their M365 journey to the cloud?
I think it used to be http://aka.ms/teaservideo but that is a dead URL. I'd like to reuse one already make instead of spending the $$ to make a custom one. This would be to build hype/buzz about the upcoming rollout. Thx.Solved1.2KViews0likes4CommentsLooking for Framework for Communcations Guidelines in an M365 Environment
Hi all! Do you have a go-to framework for helping organizations plan out their communication strategies in M365? Ideally something that can be used as a reference guide for the end users. Recommendations are welcome!1.9KViews0likes3CommentsChampion Management Platform Install problem
I'm having a strange issue installing the Champion Management Platform app. I downloaded the package from the repository and uploaded it into SharePoint according to the directions. The global admin approved the API requests and everything is visible in SharePoint. I pushed the app to Teams, and I can see it listed in the Teams admin center, but the icon is showing a broken image link, and I'm not seeing it when I try to add the app to a Team or as a personal app on the sidebar. I got it working fine in my personal test tenant, but I've tried deleting everything 4 times now and everytime I upload the package and push it out to Teams I get the same broken image icon and it's not working. Our VP of digital innovation is heavily pushing the Champions program so this NEEDS to work. Has anyone else run into this that can shed some light on what the issue might be? I figured I'd ask before opening a support ticket.2.1KViews0likes3CommentsImporting font awesome CSS into web component (FASTElement)
I am trying to include the Font Awesome CSS into a https://www.fast.design/docs/api/fast-elementhttps://www.thefurbysh.com/ like this: import { css } from '@microsoft/fast-element'; import { Theme } from '../../theme'; import * as style from '../../assets/fontawesome/css/all.css'; export const styles = css` ${style} :host { contain: content; display: flex; flex-direction: row; border: 2px solid ${Theme.primaryColor}; width: 512px; height: 256px; } `; I think the CSS needs to be a string, so I tried to do this by updating my webpack.config.js, which looks like this: const HtmlWebpackPlugin = require('html-webpack-plugin'); const path = require('path'); module.exports = function (env, { mode }) { const production = mode === 'production'; return { mode: production ? 'production' : 'development', devtool: production ? 'source-map' : 'inline-source-map', entry: { app: './src/main.ts', fa: './src/assets/fontawesome/css/all.css' }, output: { filename: '[name].[contenthash].bundle.js', publicPath: '/', clean: true }, resolve: { extensions: ['.ts', '.js'], modules: ['src', 'node_modules'] }, devServer: { port: 9000, historyApiFallback: true, open: !process.env.CI, devMiddleware: { writeToDisk: true, }, static: { directory: path.join(__dirname, './') } }, plugins: [ new HtmlWebpackPlugin({ template: './index.html' }), ], module: { rules: [ { test: /\.ts$/i, use: [ { loader: 'ts-loader' } ], exclude: /node_modules/ }, { test: /\.css$/i, use: ['style-loader', 'css-loader'], }, ] } } } I modified my config following https://stackoverflow.com/questions/57667688/is-that-possible-to-import-css-file-as-string-in-es6: { test: /\.css$/, use: [ 'to-string-loader', 'css-loader' ] } ...but that has the effect of causing the Font Awesome icons outside of my component to stop rendering altogether, and the icons inside the component render as square boxes, which might have something to do with fonts. Has anyone managed to import Font Awesome into web components in general and FASTElements in particular?1.4KViews0likes0CommentsDownloadable Adoption Kit
Hi there, I am just accessing some learning material on Driving Adoption of MS365, the content refers to a downloadable adoption kit. However when I click the link, nothing downloads. Is anyone able to share the Downloadable Adoption Kit with me please? Angelina3.7KViews0likes5Comments