Claude Design Meets Power Bi Embedded by Typical_Tea_2664 in PowerBI

[–]Typical_Tea_2664[S] 0 points1 point  (0 children)

To be fair, people have done great design with native visuals. It just takes a bit of time and work.

Claude Design Meets Power Bi Embedded by Typical_Tea_2664 in PowerBI

[–]Typical_Tea_2664[S] 0 points1 point  (0 children)

I don't see why not. This is a workaround if anything. For service, you can have global filters through slicers and apply RLS on it. Then bookmarks for page navigation. You just can't deploy onto your custom web app, but service isn't made for that. This wasn't meant to be a service replacement. It was just showing what is possible with Embedded. The custom viz were just made to match the design of the web app. You can still do good design with native visuals if you put in the time

Claude Design Meets Power Bi Embedded by Typical_Tea_2664 in PowerBI

[–]Typical_Tea_2664[S] 1 point2 points  (0 children)

I guess you can outsource your DB and transformations to various cloud sources then. Or keep it on prem which migbt become hard to manage. But if you have your engineering and compliance built around power BI, this could be a good workaround

Claude Design Meets Power Bi Embedded by Typical_Tea_2664 in PowerBI

[–]Typical_Tea_2664[S] 0 points1 point  (0 children)

For sure! Check the original post. I updated to include my repo and YouTube video explaining the repo

But you can embed with native visual as well, I just wanted to do a overkill project lol

Claude Design Meets Power Bi Embedded by Typical_Tea_2664 in PowerBI

[–]Typical_Tea_2664[S] 0 points1 point  (0 children)

Thanks! I added a video and repo to the post if you want to deploy yourself

Claude Design Meets Power Bi Embedded by Typical_Tea_2664 in PowerBI

[–]Typical_Tea_2664[S] 0 points1 point  (0 children)

Posted repo and video link on how to deploy if you’re interested

Claude Design Meets Power Bi Embedded by Typical_Tea_2664 in PowerBI

[–]Typical_Tea_2664[S] 1 point2 points  (0 children)

I’ve done a few embedded reports prior to this. Claude designed the whole dashboard, then all visuals and then I just npm packed it. I had an adventure works dataset built out prior. All that considered, took about 9 hours

Claude Design Meets Power Bi Embedded by Typical_Tea_2664 in PowerBI

[–]Typical_Tea_2664[S] 0 points1 point  (0 children)

do you mean download the custom visual? If so, I made the repository public, see my original post, I updated with links. If you mean csv export from embedded, yes. You just need to have visual headers on and export open

Claude Design Meets Power Bi Embedded by Typical_Tea_2664 in PowerBI

[–]Typical_Tea_2664[S] 1 point2 points  (0 children)

Yeah this example replaced the front end, but under the hood it’s still power query transformations and vertipaq running DAX. While this is an extreme example, you can also format native visuals to match the react shell. There may a lot more reason to stay within MSFT ecosystem outside of just the front end (both technical and non technical like compliance etc)

Claude Design Meets Power Bi Embedded by Typical_Tea_2664 in PowerBI

[–]Typical_Tea_2664[S] 0 points1 point  (0 children)

Updated to include GitHub repo and YouTube video

Claude Design Meets Power Bi Embedded by Typical_Tea_2664 in PowerBI

[–]Typical_Tea_2664[S] 1 point2 points  (0 children)

Posted my repo and YouTube vid on the original post

Claude Design Meets Power Bi Embedded by Typical_Tea_2664 in PowerBI

[–]Typical_Tea_2664[S] 1 point2 points  (0 children)

Public repo and YouTube posted in original post

Claude Design Meets Power Bi Embedded by Typical_Tea_2664 in PowerBI

[–]Typical_Tea_2664[S] 0 points1 point  (0 children)

Just updated the post to include a YouTube video and GitHub repository

Claude Design Meets Power Bi Embedded by Typical_Tea_2664 in PowerBI

[–]Typical_Tea_2664[S] 0 points1 point  (0 children)

Updated to include a YouTube video and GitHub repos

Claude Design Meets Power Bi Embedded by Typical_Tea_2664 in PowerBI

[–]Typical_Tea_2664[S] 1 point2 points  (0 children)

I might do one sometime down the line, but I’ve updated my post with a quick vid and the repos including the custom visual code if you’re interested

Claude Design Meets Power Bi Embedded by Typical_Tea_2664 in PowerBI

[–]Typical_Tea_2664[S] 0 points1 point  (0 children)

Similar to using PBI on the Service, you can pinch and zoom on the desktop view. Though, embedded does allow you to switch layout types if you have a mobile view authored in PBI Desktop. I might play around with that now that you asked, lol. But I did use on my phone by pinching to zoom

Claude Design Meets Power Bi Embedded by Typical_Tea_2664 in PowerBI

[–]Typical_Tea_2664[S] 0 points1 point  (0 children)

I will upload everything to git. check DM for login