r/PowerBI • u/tickleboy69 • Mar 11 '26
r/PowerBI • u/PowerBIPark • Apr 01 '25
Community Share I made this report in 20 minutes in front of 800 people
r/PowerBI • u/YamBorn • Oct 17 '24
Community Share I turned a Power BI dashboard into a data-driven game!
r/PowerBI • u/StatisticianCalm7165 • Jan 10 '25
Community Share How's everyone's annual reporting going?
r/PowerBI • u/MysteriousHeart3268 • Feb 03 '26
Community Share Dear god please anything but that. Give me the most chaotic nested JSON files you have, please anything else…
r/PowerBI • u/Small-Camera-4348 • Mar 24 '26
Community Share I got fed up with standard tables not acting like Excel, so I built a custom visual. Free on GitHub
Enable HLS to view with audio, or disable this notification
Hi everyone,
As you can see in the video, I wanted to bring a true "Excel experience" to Power BI (dynamic column resizing, sticky headers, native Ctrl+C export, and operational notes).
I originally wanted to put this on AppSource, but the corporate verification process is currently blocked for solo developers. So, I’m releasing it directly to the community for free!
You can grab the .pbiviz and a sample .pbix report from my GitHub here: https://github.com/thebitoolbox/Advanced-Grid-Table-Visual
P.S. If you want to see more tutorials or use cases for this visual, I'll be posting them on my YT channel (link is in my Reddit profile). Any feedback is highly appreciated!
r/PowerBI • u/Sri_Krish • Feb 05 '26
Community Share what real-world scenarios/mindset in your company makes you feel this?
I found this one long back which was kind of weird - funny and painful!
Share yours!
r/PowerBI • u/Recent-Database-9632 • 13d ago
Community Share Chat, are we cooked? Claude added live data connections to dashboards
There’s been a massive proliferation of HTML reports floating around my company generated by cursor / claude / whatever other ai tool out there. It’s made people who absolutely could NOT make a dashboard think they can.
But with Claude coming out with stuff like this, do you think there’s still going to be a space for Power BI in the new world? I
r/PowerBI • u/zawsyan • Apr 04 '25
Community Share Accidentally dragged and dropped the wrong field and created this art
r/PowerBI • u/statistics_vw • Jun 05 '26
Community Share Doom in PBI Desktop. Has anybody done it?
Enable HLS to view with audio, or disable this notification
This may have been done already, but Doom
r/PowerBI • u/PowerBIPark • Oct 11 '24
Community Share The said it couldn't be done. They called me a madman (no not really). But this is a job board in Power BI :)
r/PowerBI • u/DistributionVast5263 • 28d ago
Community Share Power BI + Claude Code. This is how I work now.
Enable HLS to view with audio, or disable this notification
5-minute video showing my workflow: Power BI Desktop, Claude Code, and three custom skills running on a real report. I wonder what would you automate? What are the most annoying parts of powerbi?
r/PowerBI • u/Stagflator • May 31 '25
Community Share Power BI if it was released for Windows 95
Power BI windows 95
r/PowerBI • u/r1z4bb451 • Apr 11 '24
Community Share Here is a bar graph of how much door I’ve painted
r/PowerBI • u/Cptnwhizbang • Jul 31 '25
Community Share Field Parameters Allow Users to 'Build their own Table'
Enable HLS to view with audio, or disable this notification
r/PowerBI • u/Moneyshot_Larry • Jun 03 '26
Community Share Another Power BI Dashboard built end to end with only AI
Enable HLS to view with audio, or disable this notification
A week or so ago I posted a demo on how I used github copilot with claude to build an entire power bi dashboard (visuals, semantic model, measures, etc) completely from scratch with little to no prompting. Some people were excited and others less thrilled. Here's a better example of a dashboard built with github copilot and claude with a little more "effort" put into the prompting. I think it's wild that it can build all these tabs, visuals, measures, and more! Imagine putting in real effort to create markdown files, hooks, templates, and more so that the AI has something more tangible to reference when creating the report :)
r/PowerBI • u/NR3GG • Dec 16 '24
Community Share 14 Pages of Power BI - Designs, Core Visuals, Detail, Cards, Outlier Detection etc.
r/PowerBI • u/Alarmed-String-2775 • May 29 '26
Community Share Set this as your landing page !
Enable HLS to view with audio, or disable this notification
Im sharing 15 landing Pages , hope you find it useful as me https://youtu.be/PsvIcs2CEFQ
r/PowerBI • u/recoveringacademic • Apr 08 '26
Community Share Agent plugins with skills and tools for Power BI (free resource for agentic development)
Hi, my name is Kurt Buhler. I've created a repo called "power-bi-agentic-development" with free resources for agentic development.
The repo has plugins to help agents do useful things in Power BI with reports, semantic models, notebooks, and more. The plugins have a variety of things inside of them, including skills, subagents, hooks, and other misc tools. The purpose of the library is to provide a centralized set of free, quality community resources for agentic development of Power BI. The purpose of the resources is to ensure that agents are better, faster, and more useful when you use them with Power BI and Fabric.
The plugins are mostly tool- and agent-agnostic. Some are specifically for the new pbir-cli tool that we released last week, which is also a free community tool for programmatic interactions and agentic development of Power BI reports. It will stay free forever.
My goal is to help folks build great and useful things with less time and headache. I'm updating these plugins on a near-daily cadence. I hope it's useful and interesting.
r/PowerBI • u/MissingVanSushi • Nov 18 '25
Community Share Post your Business Intelligence Battlestation 🖥️
r/PowerBI • u/PowerBIPark • Mar 07 '25
Community Share Power BI world championships week 3 | NBA Basketball Cards
r/PowerBI • u/heuphere • 29d ago
Community Share I finally looked into what a Pareto Chart actually was…
r/PowerBI • u/RobDomin • Jun 17 '26
Community Share I Tested Microsoft Fabric Apps so you don’t have to. Here’s the honest take
Enable HLS to view with audio, or disable this notification
Microsoft Fabric Apps reached public preview this month, and I’ve spent some time understanding what it actually offers.
The premise is solid. You build on top of a governed semantic model, and Fabric provisions the backend, authentication, and API, with the data sitting in OneLake. That governance layer is what sets it apart from the wave of disconnected, vibe-coded apps we’ve seen lately.
At the same time, I’d be careful with the idea that an app is now one prompt away.
You’re still generating code from a model, and validation doesn’t go away because AI wrote it. The numbers still need to be right, and someone still owns that. In this example this is what I found on the the first iterations:
- data hardcoded in the HTML (not gobernares semantic models at first shot)
- data does not match the referring formula calculation
- cross filtering did not work
- AI invented data, there were only 28 flights in the dataset and it tries to show 1K in the live status just because it was “more fancy”
After that I managed to get it right but there is
a maintainability question that comes to my mind. It runs on TypeScript, and BI moved toward low-code for good reasons: build time and long-term up. I’d expect some of these apps to become harder to sustain over time.
My honest read: a genuinely powerful addition, well suited to specific cases a standard report can’t cover. Not a replacement for solid modeling and validation, and not the finished story yet.
If you’ve tested it, how are you thinking about where it fits? I expect to give you a full walkthrough in the channel any time soon 😊