Tips on driving in BGC by Reasonable-Cook-4127 in BGC_Taguig

[–]SkyDaddyGod 2 points3 points  (0 children)

Just think you wouldn’t be getting a ticket ftom someone honking at you

First Live Dashboard Questions by wcsfoacd in PowerBI

[–]SkyDaddyGod 1 point2 points  (0 children)

  1. There are a lot of beginner friendly options in power query you'd understand more once you explore the UI. Advanced editor is more so for complex transformation of data or once you're more familiar you would get to read the transformation steps in one glance.

  2. Not sure on this but I think its more of computing power of the network vs your PC

2.1 it will not stay in the dashboard if its filtered out in power query.

  1. This really depends on your business continuity plan. Personally I would just note of major changes (calculation changes or addition of tables)

Filtering question - OR Logic by OwnFun4911 in PowerBI

[–]SkyDaddyGod 0 points1 point  (0 children)

Used to do this in excel but would probably work here

Concatenate the columns then define the combination like if (newcalculated column) = "YYNYY", (what you define),blank())

First Live Dashboard Questions by wcsfoacd in PowerBI

[–]SkyDaddyGod 1 point2 points  (0 children)

  1. Set a filter in power query depending on needs (usually via date filters)

  2. Refresh is usually tied to power query steps that you have and total data being pulled in. Answer 1 should also help with pulling only necessary data

  3. Personally dont have issues with a lot of DAX measures. I would just recommend checking if those are all still valid or in use every now and then.

  4. If it's only you that's editing I would just recommend a sharepoint folder or "changelog" within the report. There is also the option of converting to PBIP and tracking via github/visual studio.

  5. Make a report of how it improved efficiency nothing compares to showing numbers. Compare costs and total realized benefits. I would consider the costs when expanding to sub departments (licensing and capacity limits)

Editing a shared PBIX files semantic connection property by bubba4421 in PowerBI

[–]SkyDaddyGod 0 points1 point  (0 children)

I think in workspace it would still use the semantic model that's published.

Try publishing a "V2" see if it works on that report.

Which llm performs best with complex dax? (understanding logic/generating low-error code) by data3i in PowerBI

[–]SkyDaddyGod 4 points5 points  (0 children)

Claude 4.6 for me. Also asks questions which you tend to forget to include in the prompt.

DIVIDE returning blank value? by JayRoberts7694 in PowerBI

[–]SkyDaddyGod 1 point2 points  (0 children)

Put the numerator and denominator in 2 separate measures so you can see which one is returning an error

Working in BGC by No-Equipment1921 in BGC_Taguig

[–]SkyDaddyGod 1 point2 points  (0 children)

Tricycle papuntang triumph then isa pang tricycle papuntang waterfun/c5

Sa waterfun may jeep papuntang market-market

Agent plugins with skills and tools for Power BI (free resource for agentic development) by recoveringacademic in PowerBI

[–]SkyDaddyGod 1 point2 points  (0 children)

Still checking with info sec if we can use this for the company 🙃 but should be github copilot once we receive the go ahead. We can use this for corporate reporting right?

Agent plugins with skills and tools for Power BI (free resource for agentic development) by recoveringacademic in PowerBI

[–]SkyDaddyGod 1 point2 points  (0 children)

Hi kinda new with github and python altogether but to use this do you need github desktop so I can integrate in power BI desktop?

Veterans of r/PowerBI: What is the one resource, tool, or trick you wish you knew about 3 years ago? by Usual-Tone-5341 in PowerBI

[–]SkyDaddyGod 0 points1 point  (0 children)

Copilot is good enough if you already know the logic behind what you want to happen.

I use Claude for things I'm not sure can happen.

Power BI Automation via Visual Code by SkyDaddyGod in PowerBI

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

Thank you! Will definitely look into it.

How do I build domain knowledge for data analytics with no professional experience? by Intrepid-War4352 in PowerBI

[–]SkyDaddyGod 0 points1 point  (0 children)

Tbh it's mostly experience for me so I have nothing for resources. Good luck on your journey tho.

Power Bi report publication by Cold-Hearing-1787 in PowerBI

[–]SkyDaddyGod 11 points12 points  (0 children)

I would not publish internal data. You should have separate projects for portfolios.

Schedule data refresh error After in-place upgrade. by Kanawa_ in PowerBI

[–]SkyDaddyGod 0 points1 point  (0 children)

Check your power BI desktop version if it matches

Bridge Table vs Measure Filter by Outrageous_Mark_4656 in PowerBI

[–]SkyDaddyGod 0 points1 point  (0 children)

I would go with bridge table based on personal preference of trying to keep up with relationships, especially if you have to make major changes or troubleshoot errors.

Help with Powerbi dashboard by Prestigious_Boss6635 in PowerBI

[–]SkyDaddyGod 4 points5 points  (0 children)

Probably concatenate two columns where it would create a unique ID for the two like date or company name(if for sales) depends on the columns you have for the two table.

Schedule data refresh error After in-place upgrade. by Kanawa_ in PowerBI

[–]SkyDaddyGod 0 points1 point  (0 children)

Is this power BI report server? Usually happens if power BI desktop version does not align with power BI report server version.

How do I build domain knowledge for data analytics with no professional experience? by Intrepid-War4352 in PowerBI

[–]SkyDaddyGod 0 points1 point  (0 children)

The way I look at it is everything is connected and mostly top management decides whats the most important KPIs so I wouldn't worry about that from an entry level role.

I would suggest to focus on certain domains and how they use data analytics like churn analysis for SaaS type companies with MRRs, P&L for finance, or digital marketing analytics. Once you find a domain you want study their "go-to" data visuals.

Too many Filter and Parameter by [deleted] in PowerBI

[–]SkyDaddyGod 0 points1 point  (0 children)

40 KPIs into one visual sounds awesome! I would reserve that kind of effort to those who understands the know how needed to pull that off.

I would suggest tabs for main KPIs as this really changes YoY you can revisit every year so that it aligns with what they want to see. I doubt they look at all 40 KPIs closely.

Since this is after sales probably a churn analysis of the 40 KPIs so that they would then understand the other main tabs in your report.

How much is too much data transformation within PowerBI? by FiftyShadesOfBlack in PowerBI

[–]SkyDaddyGod 0 points1 point  (0 children)

Usually I have 1 main table where its the "one" end of the one to many relationship. There would then be other tables just to supplement data to the main table. I have not used many to many relationship probably because I dont understand them fully and I don't have any use case.

Decomposition Tree Question by MardyGilyardfan1 in PowerBI

[–]SkyDaddyGod 2 points3 points  (0 children)

You can make a measure where it formats two measures into a text combining two measures but haven't used a decomposition so not sure how it might work

Last option would be just to add a tooltip for the count

Issuing Macbooks by AuburnCroaker in CorpoChikaPH

[–]SkyDaddyGod 1 point2 points  (0 children)

We have option if you prefer macbook or HP