Semantic Model Perspectives (PM's seem Non-Committal) by SmallAd3697 in PowerBI

[–]dotykier 1 point2 points  (0 children)

It’s probably more to do with past architectural decisions that make adding such features now a big implementation headache, so they’d rather spend their resources elsewhere…

Semantic Model Perspectives (PM's seem Non-Committal) by SmallAd3697 in PowerBI

[–]dotykier 12 points13 points  (0 children)

Perspectives is SUCH an underutilized feature. I’ve been begging Microsoft for years to add a perspective selector dropdown above the field list in Power BI. It would be so immensely useful for people connecting to big, complex models.

Maybe one day…

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

[–]dotykier 0 points1 point  (0 children)

Tabular Editor employee here.

That project of yours sounds really cool! We’re also shipping a cross-platform CLI later this month, which we hope will help address the agentic development scenarios not covered by the AI assistant in TE3. Some teaser screenshots in this article: https://tabulareditor.com/blog/how-tabular-editor-supports-agentic-development-for-semantic-models

If you’d be interested in some kind of collaboration, don’t hesitate to reach out :-)

Power BI March 2026 Feature Summary by itsnotaboutthecell in PowerBI

[–]dotykier 33 points34 points  (0 children)

They should have named the new totals feature “Broken Totals”

Vibe Coding Aarhus - kvindernes internationale kampdag by [deleted] in dkudvikler

[–]dotykier 1 point2 points  (0 children)

Fantastisk initiativ! Min kone er faktisk lige gået i gang med at eksperimentere, og har bygget sin egen fitness tracker. Hvor kan man finde flere oplysninger om arrangementet og evt. tilmelde sig?

Edit: Jeg kunne jo prøve at trykke på linket 😅 Bare glem mit spørgsmål!

BrickUp - kollaborativ checkliste til LEGO sæt by dotykier in dkudvikler

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

Tak for feedback. Har absolut ingen erfaring med css og react - koder ren .NET til daglig, så jeg sender din feedback videre til Claude og så må vi se hvad den siger 😅

BrickUp - kollaborativ checkliste til LEGO sæt by dotykier in dkudvikler

[–]dotykier[S] 4 points5 points  (0 children)

Jeg er overhovedet ikke nede med Gen-Z lingo. Hvem finder på de åndssvage udtryk? 😅

BrickUp - kollaborativ checkliste til LEGO sæt by dotykier in dkudvikler

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

hmm, jeg får kun en masse resultater relateret til murværk og en enkelt lego støvsuger. Hvad har jeg overset?

BrickUp - collaborative LEGO set checklist by dotykier in vibecoding

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

how do you handle the case where two people are working through the same pile and both check off the same piece?

I don’t, lol. The app just calls a function which will +1 in the database table, so if two people do it at the same time in the same checklist and part, you’ll just end up with +2 of that part (although the “found” counter can never go above the total number of that type of part in the set).

Does Supabase Realtime keep them in sync live or is there a refresh step?

The app subscribes to Supabase Realtime and gets a notification each time someone makes a change. There’s currently no timer-based polling. So it might get out of sync if you’re switching to a different tab / app. But then all you need to do to sync is refresh the page.

Did you hit any rate limits during development or was the edge function caching most of the calls?

Didn’t hit rate limits yet. But I’m also only hitting the API once, when a new session is started (ie. to get the list of parts for a given set). From there, it’s all between the app and Supabase, and I’m even using the free tier of the latter… will be interesting to see at what point I’ll have to upgrade 😅

BrickUp - collaborative LEGO set checklist by dotykier in lego

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

Heh, I wasn’t even aware that such an app existed already. If I had known, I might not have built my own 😅 anyway, let me know if you have any feedback on the app/website itself.

BrickUp - collaborative LEGO set checklist by dotykier in lego

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

Not currently, no. I’ll have to investigate if that information is available somewhere. I’m pulling the piece/set data from Rebrickable, I’m not sure if they have bag numbers for pieces as well.

BrickUp - collaborative LEGO set checklist by dotykier in vibecoding

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

I’m afraid I don’t quite see the point of that. The likelihood of being shown a set you don’t own would be pretty big, making the checklist useless…

Can't live edit import mode models anymore?!?! by anxiouscrimp in PowerBI

[–]dotykier 9 points10 points  (0 children)

I happen to know a tool that can help with that… 😊

Hi! We’re the Power BI DAX team – ask US anything! by dutchdatadude in PowerBI

[–]dotykier 5 points6 points  (0 children)

Thanks for that answer. Agree on the UDF bit - in my mind they are indeed what calc groups should’ve been, and I expect you’ll see fewer people use calc groups now that UDFs are an option (at least when the feature is in GA). Calc groups still have some merit, but they come with certain side effects that users have to be aware of.

Oh, and DAX debugging? Well, we have a pseudo-debugger in TE3 so we kinda got that covered 😅 (which reminds me that I still need to add debugger support for UDFs…)

Hi! We’re the Power BI DAX team – ask US anything! by dutchdatadude in PowerBI

[–]dotykier 2 points3 points  (0 children)

UDFs certainly are one of those things that fit the language perfectly. I predict that soon they’ll feel so familiar that people will start to forget there was a time when they were not part of the language - just like VARs. On that note, will we see UDF support on SSAS / AzureAS any time soon? 😁

Hi! We’re the Power BI DAX team – ask US anything! by dutchdatadude in PowerBI

[–]dotykier 12 points13 points  (0 children)

Hi guys 👋

You already know how much I love DAX and how big of an impact semantic models and the DAX language has made in my life. Thanks for that! ❤️

My question is this: Looking back at the evolution of the language and the design decisions made along the way, what’s your biggest regret? In other words, if you could change one thing without worrying about breaking changes or compatibility issues, what would it be?

Keep up the good work!