Home
Categories
EXPLORE
True Crime
Comedy
Society & Culture
Business
Sports
History
Fiction
About Us
Contact Us
Copyright
© 2024 PodJoint
00:00 / 00:00
Sign in

or

Don't have an account?
Sign up
Forgot password
https://is1-ssl.mzstatic.com/image/thumb/Podcasts211/v4/cc/4d/9f/cc4d9f4f-f689-904d-b14c-d4046837e508/mza_17952782510400160362.jpg/600x600bb.jpg
M365 Show Podcast
Mirko Peters
337 episodes
11 hours ago
Welcome to the M365 Show — your essential podcast for everything Microsoft 365, Azure, and beyond. Join us as we explore the latest developments across Power BI, Power Platform, Microsoft Teams, Viva, Fabric, Purview, Security, and the entire Microsoft ecosystem. Each episode delivers expert insights, real-world use cases, best practices, and interviews with industry leaders to help you stay ahead in the fast-moving world of cloud, collaboration, and data innovation. Whether you're an IT professional, business leader, developer, or data enthusiast, the M365 Show brings the knowledge, trends, and strategies you need to thrive in the modern digital workplace. Tune in, level up, and make the most of everything Microsoft has to offer.



Become a supporter of this podcast: https://www.spreaker.com/podcast/m365-show-podcast--6704921/support.
Show more...
Tech News
Education,
Technology,
News,
How To
RSS
All content for M365 Show Podcast is the property of Mirko Peters and is served directly from their servers with no modification, redirects, or rehosting. The podcast is not affiliated with or endorsed by Podjoint in any way.
Welcome to the M365 Show — your essential podcast for everything Microsoft 365, Azure, and beyond. Join us as we explore the latest developments across Power BI, Power Platform, Microsoft Teams, Viva, Fabric, Purview, Security, and the entire Microsoft ecosystem. Each episode delivers expert insights, real-world use cases, best practices, and interviews with industry leaders to help you stay ahead in the fast-moving world of cloud, collaboration, and data innovation. Whether you're an IT professional, business leader, developer, or data enthusiast, the M365 Show brings the knowledge, trends, and strategies you need to thrive in the modern digital workplace. Tune in, level up, and make the most of everything Microsoft has to offer.



Become a supporter of this podcast: https://www.spreaker.com/podcast/m365-show-podcast--6704921/support.
Show more...
Tech News
Education,
Technology,
News,
How To
https://d3wo5wojvuv7l.cloudfront.net/t_rss_itunes_square_1400/images.spreaker.com/original/c8bb1d65f8122451fde990ca20ce7ae1.jpg
Why Power Apps Charts Are Broken (and How AI Fixes It)
M365 Show Podcast
21 minutes
4 days ago
Why Power Apps Charts Are Broken (and How AI Fixes It)
Opening: The Data Visualization ProblemPower Apps charts look like they escaped from a 199s Excel demo—clunky blocks, random colors, and fonts that could make a design intern weep. You drag one onto the canvas, tweak a few properties, and there it sits: a relic. It’s like Microsoft kept the idea of “charting” but amputated everything that made it aesthetic or flexible. Business stakeholders stare at it, nod politely, and go back to their old Power BI dashboards.The issue isn’t cosmetic—it’s structural. The native chart control is rigid. You can’t meaningfully style it. You can’t layer additional data or redesign axes or sync it dynamically with form interactions without contortion-level formulas. Every deviation from the template feels like you’re breaking a sacred rule buried somewhere in the Power Apps source code.Enter the heretical alternative—using AI prompts to generate your charts. Yes, literally asking an AI model to draw the chart image for you, on command, with the style, colors, and proportions you actually want. It’s fast, it’s flexible, and—unlike that built-in chart—it looks like it’s from this decade.Even Power BI fans struggle when they need one little chart directly inside a Power App. Waiting for IT to refresh datasets and publish reports isn’t “real-time”. Business users demand data now. They want visuals that live inside the logic of the app, changing as records change, filtering live across screens.Today, that’s what we’re fixing. You’ll learn how to make Power Apps draw anything—from lollipop charts to area graphs—without touching the dreadful native control. The solution? AI code generation, working as your free in-app visualization engine.Section 1: Why Power Apps Charts Are Fundamentally BrokenLet’s diagnose this politely: Power Apps’ native chart control is an architectural fossil. It’s not broken because of a bug—it’s broken because it was designed before Power Apps learned what modern visualization actually means. It’s built on static configuration—one data source, one type, one style, one color scheme. Everything is fixed. Dynamic adaptation? Optional. Except it isn’t.Developers know the drill. You bind a collection, specify categories and values, and then start bending syntax just to make bars thicker or labels fit. Eventually you realize: the control can’t flex. It’s like trying to teach a vending machine empathy. Want to change gradients dynamically? No. Want to label axes based on runtime data? No. You’re allowed exactly what the template designer considered “reasonable.”Under the hood, the real villain is architectural encapsulation. All the rendering logic—colors, scaling, font families, even antialiasing—is sealed inside the control’s black box. Developers can’t extend it. All you can do is serialize your data manually into pseudo‑JSON strings that the control re-parses, pretending it understands flexibility. Spoiler: it doesn’t.Every property—the color palette, the legend position, the data scaling—is tied to prebuilt templates. Touch one incorrectly, and you’re rewarded with cryptic rendering errors. It’s as if the charting engine expects gratitude for functioning at all.Compare that to modern libraries like D3.js or Chart.js. Those treat charts like living organisms. They respond to data updates, style instructions, even user events. They see data as a stream; Power Apps sees it as laminated cardboard. D3 updates the DOM in real time. Power Apps redraws its chart every time like it’s chiseling it in stone.Then there’s the artistic side—or lack thereof. The font hierarchy is prehistoric, and color handling seems allergic to your organization’s branding. You either live with teal and burnt orange, or you spend hours guessing which property name might control the axis color—spoiler, none of them do.The economic cost? Developers waste hours debugging configuration issues instead of building insights. IT ends up exporting data to Power BI just to visualize it properly, effectively turning...
M365 Show Podcast
Welcome to the M365 Show — your essential podcast for everything Microsoft 365, Azure, and beyond. Join us as we explore the latest developments across Power BI, Power Platform, Microsoft Teams, Viva, Fabric, Purview, Security, and the entire Microsoft ecosystem. Each episode delivers expert insights, real-world use cases, best practices, and interviews with industry leaders to help you stay ahead in the fast-moving world of cloud, collaboration, and data innovation. Whether you're an IT professional, business leader, developer, or data enthusiast, the M365 Show brings the knowledge, trends, and strategies you need to thrive in the modern digital workplace. Tune in, level up, and make the most of everything Microsoft has to offer.



Become a supporter of this podcast: https://www.spreaker.com/podcast/m365-show-podcast--6704921/support.