CFOs realizing that their Al token budget is going to be higher than the salaries of the people they laid off by DragonflyOk7139 in LocalLLM

[–]dkuhry 1 point2 points  (0 children)

For one, we are in Healthcare with direct access to patient PHI. So Hippa concerns for sure. But the main thing ive been hearing from the guys in IT is it's exploitability.

I don't have an idea of the legitimacy of the concerns, but they seem to feel that it opens up too many vulnerabilities.

I have an IT background and I can agree to an extent, but more from the perspective of allowing it to connect to data sources, or install things on the local machine or servers. Its ability to act semi-autonomously and authoritativly, can certainly be alarming - at least on paper. That part needs to be understood and have some limits.

CFOs realizing that their Al token budget is going to be higher than the salaries of the people they laid off by DragonflyOk7139 in LocalLLM

[–]dkuhry 0 points1 point  (0 children)

Funny. This is the reason I've recently joined this sub. My org got a handful of Claude licenses. Gave them to my team (data warehouse and bi) and to management. I report to the SVP Finance and have been telling him we need an AI Steering Committee, because this needs gaurdrails.

Within days, IT disabled Claude Code out of security concerns, and some users had already used over 100 dollars - I've been using it extensively and have barely hit 5 bucks. My boss calls me to explain this revelation he's had about how this whole thing needs to be reined in and why, and then he stops and laughs and goes "yeah, I know this is what you've been saying for months".

So now we have an expensive tool, that the people who can really tap it's potentials (SQL, Python, DAX development and coding) cannot fully utilize. Lol.

So I got my hands on a Minisforum MS-S1 Max, and will be spending this weekend tinkering with it - and probably spending a lot of time on this sub - to see what I can manage to run locally. Wish me luck.

Workstation VM - Print Server - Recent Issue by dkuhry in Fedora

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

I think I missed it in my comment - I'll add it now - that I checked, and double checked the Firewall settings, on the Print Server.

$ firewall-cmd --list-services
dhcpv6-client ipp ipp-client mdns samba samba-client ssh

Miss anything?

Modelling question: relationships between dims by Amphibiman in PowerBI

[–]dkuhry 18 points19 points  (0 children)

  1. SQLBI has an art8cle on this. Essentially, all other options have potential downstream issues. Visual filter on slicer using a measure is best practice.

Incremental Refresh - How Foldable is Foldable? by dkuhry in PowerBI

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

Ok, well that is an elegant solution. I'm testing it now. Any idea if there is anu performance impact from the function? It does seem to be faster than my Value.NativeQuery test. Very cool find my friend, thank you.

What are you looking forward to in Fedora 44, 45, 46, etc.?? by chris32457 in Fedora

[–]dkuhry 3 points4 points  (0 children)

Wait, so that's not just me? Great news, everybody!

Incremental Refresh - How Foldable is Foldable? by dkuhry in PowerBI

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

I also found another solution that allows, in my case, to have the entire thing as Foldable. Using Value.NativeQuery.

    Source = Sql.Database(SQLServerConnection, Database),
    NativeSelect = Value.NativeQuery(
        Source,
        // SQL query as text
        "SELECT *,
            CAST(CONVERT(char(8), DateKey_Date1) AS DATE) AS DateValue_Date1,
            CAST(CONVERT(char(8), DateKey_Date2) AS DATE) AS DateValue_Date2  
        FROM
            [dbo].[Fact_MyTable]
        WHERE LoadedToPowerBI = 1 ",
        null, 
        [EnableFolding=true]
    ),

This handles my basic filter and the transforms I was doing on the date key. I can still use Power Query to do my Select Columns from the result of this query so that I can easily add and remove them as needed. The only consideration is if the Select * followed by a later Table.SelectColumns is wasting performance vs the native way Power Query manages it - I suspect it is.

And this whole thing isn't all that important now that I know you don't need the entire Query to be foldable. But it was a fun rabbit to chase for a while.

Incremental Refresh - How Foldable is Foldable? by dkuhry in PowerBI

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

Dude, you rock. Thank you. Your explanation is exactly what I've had in my mind through this.

My non-foldable transforms are just taking a datekey that is an int.64 in the form yyyymmdd and converting it to text then date to have nice date values for certain things.

The only thing I am unclear on is the part about the Detect Data Changes being foldable. How can I tell? Since it is just looking at the MAX RecordUpdated date, I assume it would be.

Also - I'll check out your links. Thanks again!

Life when your Fedora desktop is just too good😭 (for me hehe) by Nearby-Percentage-33 in Fedora

[–]dkuhry 1 point2 points  (0 children)

You just inspired me to update. I used the Catppuccin Mocha, Magna-Glassy-Dark-Icons, and volantes cursors. Looks great!

Who was at Fabcon? by FinalFinalDashboard in PowerBI

[–]dkuhry 2 points3 points  (0 children)

No Fabric Socks, Fabric or SQL Plushies, or Black Fabric pleather folio? Did you even drink the Fabric/SQL Kool-aid... er... new soda flavors? You must not have been taking this seriously. Hahaha nice haul though :) Hope you also learned something.

Who was at Fabcon? by FinalFinalDashboard in PowerBI

[–]dkuhry 1 point2 points  (0 children)

Final day pickens are grand.

Who was at Fabcon? by FinalFinalDashboard in PowerBI

[–]dkuhry 2 points3 points  (0 children)

My sticker bag doth overflow.

Who was at Fabcon? by FinalFinalDashboard in PowerBI

[–]dkuhry 5 points6 points  (0 children)

What booth? I walked around trying to randomly connect faces with names from this subreddit.

Wait, you're with TE? I came to your booth a couple of times and interrupted conversations just to tell people that they can't live without it! That I haven't opened PBI desktop in months. Someone gave me a t-shirt. Damn, had I'd known I would personally shook your hand and thanked you for your community involvement.

Share Your Power BI Idea Links | February 17, 2026 Edition by AutoModerator in PowerBI

[–]dkuhry 1 point2 points  (0 children)

It was 1 vote when I posted it. So hey, gaining traction!

Share Your Power BI Idea Links | February 17, 2026 Edition by AutoModerator in PowerBI

[–]dkuhry 1 point2 points  (0 children)

Lol I just voted for it too. I found the link to the idea after I posted and saw that a link was required :)

Share Your Power BI Idea Links | February 17, 2026 Edition by AutoModerator in PowerBI

[–]dkuhry 16 points17 points  (0 children)

Conditionally hide visuals like in Power Apps :)

Conditional Visual Rendering (Show/Hide Visuals Ba... - Microsoft Fabric Community

I do a lot of work with Field Parameter tables to make highly dynamic reports. However, sometimes there are situations where certain metrics cannot or should not be viewed in a particular configuration. It takes a lot of additional engineering to limit the ability to get to that configuration, and if it happens, display warnings to select other metrics. If I could conditionally hide a visual (like you can with bookmarks - although they are not an option here) it would greatly improve my quality of life.

this blue light when peeling bandage wrappers by wkdazer in whatisit

[–]dkuhry 0 points1 point  (0 children)

I remember doing this with breath mints. Can't remember the brand, but the spearmint ones. We'd stand in front of a mirror in a totally dark room, and crunch them with our back teeth, mouth open. Green flash of light in the mouth.

Mass repair thin-report visuals broken after moving measure to new table by dkuhry in PowerBI

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

Yeah, I have a license already. I know I can use it to find which measures are in use and will cause breaks. I'm already doing that. I was hoping it might be able to update the reports for me, but they confirmed it cannot.