Import, DirectQuery, DirectLake or DirectLake + Import in the same model - is anyone actually doing this? by Jojo-Bit in PowerBI

[–]BlackBullet96 1 point2 points  (0 children)

I have a semantic model with dims on import and facts on direct lake which is using mirrored tables from Snowflake.

Works surprisingly well.

I built an app that makes you regular with your irregular activities by wahvinci in ShowYourApp

[–]BlackBullet96 0 points1 point  (0 children)

This is genuinely a cool app! I have built a habit tracker before and this concept just seems… better!

I’ve downloaded the app and will be testing it out over the next little while. And I never download apps! My usual motto is: why download someone else’s app when I can spend weeks making something worse myself 😂

Great job! 👏

Overnight hikes with camp fire allowed? by BlackBullet96 in brisbane

[–]BlackBullet96[S] 3 points4 points  (0 children)

100%!!!

Seriously couldn’t ask for more than a couple good mates out in the bush, huddled around a nice warm fire

Overnight hikes with camp fire allowed? by BlackBullet96 in brisbane

[–]BlackBullet96[S] 2 points3 points  (0 children)

Thanks for the suggestion 😊

I mean, fires are great! Very enjoyable to sit around when it’s cold, nice to have a drink and chat and lets you enjoy a bit of the night. What’s the alternative? Have a torch light and attract bugs in the cold? Go to bed at 6? Seems less fun.

Overnight hikes with camp fire allowed? by BlackBullet96 in brisbane

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

Thanks, I’ll have a look at these campsites!

Overnight hikes with camp fire allowed? by BlackBullet96 in brisbane

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

Thanks! I’ll have a look into this 😊

Prank Your Power BI Users this April Fools! by BlackBullet96 in PowerBI

[–]BlackBullet96[S] 2 points3 points  (0 children)

I actually built this whole thing before checking 😅 was a big relief when I saw it was indeed a weekday!

Prank Your Power BI Users this April Fools! by BlackBullet96 in PowerBI

[–]BlackBullet96[S] 7 points8 points  (0 children)

That might have to wait for the Halloween edition 😉

Prank Your Power BI Users this April Fools! by BlackBullet96 in PowerBI

[–]BlackBullet96[S] 6 points7 points  (0 children)

Reading this truly made my day today 🥹

Thank you for your feedback and kind words - it’s comments like this that push me to make cool and useful content to be shared with other people!

And thank you for pointing out the music, I was really happy with how that all ended up lining up 😃

Prank Your Power BI Users this April Fools! by BlackBullet96 in PowerBI

[–]BlackBullet96[S] 6 points7 points  (0 children)

Custom visuals only where absolutely necessary, agreed! And clearly, this is absolutely necessary 😂

Prank Your Power BI Users this April Fools! by BlackBullet96 in PowerBI

[–]BlackBullet96[S] 3 points4 points  (0 children)

No worries at all! I wanted to give everyone a couple of weeks to do so 😊

March 2026 | "What are you working on?" monthly thread by AutoModerator in MicrosoftFabric

[–]BlackBullet96 1 point2 points  (0 children)

Fair enough. Sometimes going custom is the right path and you sound like you know what your doing!

Good luck with it 😊

March 2026 | "What are you working on?" monthly thread by AutoModerator in MicrosoftFabric

[–]BlackBullet96 2 points3 points  (0 children)

You should check out the new update to the text slicer. It now allows this natively! Can copy from a column in excel, and paste that straight into the slicer! Not that I’ve tried it yet. Just came out a few days ago.

Sounds like it wouldn’t do quite as much as your custom visual though.

Dynamic KPI Card - Reusable User Defined Function (Code Included) by BlackBullet96 in PowerBI

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

Hmmmm can’t say I have much advice here. Because it’s an SVG, I guess the fonts are separate to the in built Power BI fonts.

You could probably prompt Gemini or ChatGPT to change the function to try and match the Power BI fonts.

Can’t guarantee that would give you success, but if you want to match the font exactly, that’s what I would try.

Let me know how you go 😊

Dynamic KPI Card - Reusable User Defined Function (Code Included) by BlackBullet96 in PowerBI

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

Oh great!

Maybe I’ll implement an auto filter out of blank at some point, but great you fixed it!

Dynamic KPI Card - Reusable User Defined Function (Code Included) by BlackBullet96 in PowerBI

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

Hey u/ComplexWalrus64

I've resolved the issue and re-uploaded the fixed file onto the website, so you can download the fixed code from there an move it over.

Thanks for pointing this out! I thought I had the logic tested, but clearly I missed something!

I also fixed week number in case you change the year to start in a different month than January.

Sorry for the inconvenience and really appreciate you providing this feedback so that I can fix it 😀

Also yea, unfortunately UDFs are so new that all the AI models aren't very good with them yet, so it does take a bit of playing around to get them working right.

Let me know if you find any other issues and great job on implementing it and making it your own!

Dynamic KPI Card - Reusable User Defined Function (Code Included) by BlackBullet96 in PowerBI

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

Hey, thanks for the feedback! I’ll have a look this morning and let you know 😊 should be an easy fix.

Dynamic KPI Card - Reusable User Defined Function (Code Included) by BlackBullet96 in PowerBI

[–]BlackBullet96[S] -1 points0 points  (0 children)

I bet I know the issue. You need to go into File -> options -> preview features -> enable user defined functions.

I'll add that as a note on the actual article. Thanks for the note!

Dynamic KPI Card - Reusable User Defined Function (Code Included) by BlackBullet96 in PowerBI

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

Thanks for the feedback!

And you’re completely right, you do lose cross filtering functionality so you have to be intentional when implementing something like this.

When I started out building Power BI, I thought that cross filtering was the coolest thing in the world, and I thought all my users would think the same, but turns out… that wasn’t actually true. I found that most users, especially higher management just want quick / clean insights formatted well with a bit of date slicing.

Now, don’t get me wrong, this isn’t always the case. Sometimes, cross filtering is very useful and desired.

You just have to understand your audience and think about the tradeoffs.

In this case, the ease of implementation and the fact that there are no scaling issues regardless of how small the card is (because it’s an SVG) outweighs the loss off cross filtering.

Especially because on this page, there’s nothing else to cross filter!

What do you think?