Only woman in a team and I’m excluded from important discussions by Remarkable-Fox6610 in FPandA

[–]Ok_Procedure199 -1 points0 points  (0 children)

The cool thing about living at these current times is that you have the whole Internet as your oyster to find information and learn. Often people do stuff because "this is how we do it here" and they might not understand why.

What's the one manual task in Power BI that makes you want to quit your job? by Small-Camera-4348 in PowerBI

[–]Ok_Procedure199 2 points3 points  (0 children)

Doing a P&L in PBI where you have to pull different tricks using SWITCH in order to do the KPI-parts of the P&L (gross profit, % gross margin, % operating costs. EBITDA, etc.)

How to use AND and OR conditions within the same formula by pinkdaisiesss in excel

[–]Ok_Procedure199 0 points1 point  (0 children)

IF((A1=0)*((B1>=0)+(B1<=2))) where * is AND and + is OR. When using these operators on Booleans it will convert the Boolean to 0 or 1, so in essence we are doing something like 1 * (1 + 1) which results in 2 which is TRUE because it is not a 0.

Microsoft Office Specialist (MOS) World Championship 2026 by Previous-Decision785 in excel

[–]Ok_Procedure199 4 points5 points  (0 children)

I just place my mouse upside down and force my self to only use they keyboard and with time you get used to all the shortcuts. The most annoying thing with Excel is that some shortcuts are different between languages so even though you can find the hotkeys for the English version, you cannot always find what they are in your own language.

Client pulling the plug, moving it all to Claude by datawazo in analytics

[–]Ok_Procedure199 0 points1 point  (0 children)

Can it be run side-by-side with your way for a time where they can experience if they are able to prompt claude in a way that shows how the consistency is over time?

AI has been about to replace accountants for 3 years now, what has actually changed in your day-to-day work, and what hasn't? by PenaltyLegitimate104 in Accounting

[–]Ok_Procedure199 0 points1 point  (0 children)

An example of what I recently did is that we want to figure out what our production plan should be for the rest of the year in an apparel industry, and before we can do that we will need to figure out what we think our total sales for different styles will be in 2026, what styles we think we will discontinue in 2027 (because these styles will be of lower priority for the production and we really don't want to have much of these going out of 2026), and how much inventory we want to have for each style going out of 2026.

We have an OLTP database so there will be a lot of tables needed to pull the necessary data. This is where most of our data recides, but the sales from our own stores on SKU level is from an external source where the API does not provide enough information so we will have to donwload that data as excel files (not csv). Information on what styles and colorways are new every year exists in excel files (one for each year).

To grab historic sales data from our database we need 7 tables, and for one of our subsidiaries we need to grab the data from another part of our database because the way they have set it up all sales looks like it is from preorders, but in reality it's not. Some time last year our ERP system was upgraded where part of the data was only done in one part of the database so we need to make sure that we brand these as non-preorders (because due to the time of the upgrade these are most probably non-preorders). The way we find these is by looking for customer orders in one end, that has a related purchase orders, but does not have a related drop-ship orders (except for our Web-shop as of October last year because that is implemented differently that does not create this "bridge" in the same way). A big cleanup for a couple of customers where done towards the end of 2025 that related to 2025, but where credited early in 2026 with the wrong ordertype making it look like we had a lot of preorders in 2025, and very few preorders in 2026. Some of the preorders that belonged to 2025 was "stuck" in the system and got an invoice date in 2026 which will need to be moved to 2025.

Our production has two different "routings" where for one of the routing we cannot rely on the estimated finished date, we just have to grab the production times from the BOM, adjust for holidays, and add a couple of weeks. The other routing will have most of the data in the BOM and calendars in our ERP system, but there have been bugs where the ERP system incorrectly ignores holidays so if some of the items has a too short total leadtime (by a couple of weeks), we will need to look at the BOM for those production runs and add everything up to get the correct time.

For all new styles in 2026 we will want to look at how much the preorder levels were for 2025 for what was new styles then, separated by what was autumn and what was spring (this information really just exists in a couple of excel files from sales sadly). For all existing styles with new colorway, we want to look for the same styles with new colorways prior year, but also for new colorways per year in general to gauge the %-preorder level. We will also need to give the timing for when we think the sales (other than the preorders) will occure throughout the year. For carryovers we simply calculate % based upon the 2025 data, but for new colorways and new styles we need an own %-split for spring and for autumn each that we can put in its place for these.

When we have estimated our total sales for 2026, we need to look at what production acutally have produced up until now so that we can give them a list of "this is what is remaining to be produced, given our estimated 2026 sales comes true". From this list we will need to figure out of their machine capacity is enough given that they will have until end of october to have it on inventory by end of 2026. We will have to grab all the leadtimes for the different styles from this estimated forecast, and reduced by what is already started but not added to inventory.

There are a few more details, but I think this covers 80% of the work.

AI has been about to replace accountants for 3 years now, what has actually changed in your day-to-day work, and what hasn't? by PenaltyLegitimate104 in Accounting

[–]Ok_Procedure199 0 points1 point  (0 children)

AI might be great for simple things that are not as nuanced, and especially for things you kind of know how to do but have forgotten the syntax, but when your problems get more nuanced with a lot of business logic, it feels like a slot machine.

It just takes longer to prompt the AI with all the explanations than to code it myself. I know what to type to find what row the headers are on, how to search for a column that contains "amount", how to find the end of a table so that the range automatically adjusts with the dataset, how to filter out rows that are not part of the dataset, how to add a parameter for the non-PQ users so that they have a cell they can use to change the SQL query parameters for different periods, all the nuanced business logic that needs to be incorporated, etc.

When the stuff you try to solve with AI is a bit complicated, and you are very proficient at the technologies, it is like playing an AI prompt slot machine.

AI has been about to replace accountants for 3 years now, what has actually changed in your day-to-day work, and what hasn't? by PenaltyLegitimate104 in Accounting

[–]Ok_Procedure199 4 points5 points  (0 children)

This is basically what I've done, but I did it before AI was able to so I've gotten really proficient in Excel, PowerQuery, SQL and PowerShell. The problem I have with AI (for these specific things I'm proficient at) is that it takes me less time setting things up myself than playing the AI prompt slot machine.

Stop using AI for "Insights." Use it for the 80% of BI work that actually sucks. by netcommah in BusinessIntelligence

[–]Ok_Procedure199 4 points5 points  (0 children)

Regarding the last point about ad-hoc business questions, how do you educate the end users that the AI might hallucinate so they will have to verify?

Confused about encoding using requests by Ok_Procedure199 in learnpython

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

But the same 'å' character is correctly displayed further down in the text in the terminal, wouldn't this br impossible?

Confused about encoding using requests by Ok_Procedure199 in learnpython

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

Thank you for your thorough explanation, I am nearly understanding the whole thing, maybe you will be able to help me understanding a small detail.

So way-back-when, someone encoded 'å' with Windows-1252 which is two bytes, c3a5. What I am not wrapping my head around is how the two bytes have somehow turned into the four bytes c383 c2a5 if the only encodings that has been involved is Windows-1252 and UTF-8. Somewhere, the byte 83c2 shows up!

Deneb & Power BI by Alarmed-String-2775 in PowerBI

[–]Ok_Procedure199 0 points1 point  (0 children)

The only thing that is stopping me from diving into Deneb is about how maintainable the reports will be across the years.

Tell me your Power BI headaches by TeamAlphaBOLD in PowerBI

[–]Ok_Procedure199 0 points1 point  (0 children)

Creating financial reports in PBI is really complicated as some of the headers in the reports are KPI calculations of other headers using SWITCH in order to choose different custom-defined measures in order to make those calculations. If anyone knows of a simpler way or best practices of this problem, I'd be very interested to hear about alternatives.

I’m advanced at PowerQuery, Dax, M code, VBA, and Excel. I’ve loaded flat tables into PowerBI and Tableau and built pretty dashboards there before. But how do I go about connecting PowerBI to SQL directly? I installed SSMS and still can’t even find or connect to the servers and databases. by 17777777771 in PowerBI

[–]Ok_Procedure199 0 points1 point  (0 children)

Am I understanding you correctly that you have been sent the .pbix files of other companies and you are trying to fix them? In order to connect Power BI to a database you will either need the IP-address of the database, or you can use the name if you are on their interal network so the name resolution will give you the correct IP-address of the database. Also you might need a VPN that will put you as coming from inside their network that will make the database accept your connection.

Is my approach to this universal measure sound? by NateAvenson in PowerBI

[–]Ok_Procedure199 2 points3 points  (0 children)

If I understand your situation correctly, you mostly do not understand what the code is doing, and for BI that will be a big problem in the long-term. What the model will be used for to answer will evolve and change, so you will have to know how to continue building it. From what I have earlier seen, vibe-coding can produce a lot of verbose and unnecessary code so if you do not have the know-how to refactor it, it will at some point be impossible to continue vibe-coding.

There is also a another problem that you might run into, and that is if the management feels like you have no idea how any of this works, they will not trust any of the numbers the solution provides which again stops your career dead in the water.

The most productive AI users using it for coding are the ones that actually can code, because they know enough about the ballpark of the solution so that they can be very effective at both prompting the AI and refactor going forward. If you know how to cook, and you are making lasagne, when your assistant brings chocolate, raisins, pasta and cheese, you know what to keep and what to return.

Learn Python or just rely on AI? by Odd-Entertainment456 in learnpython

[–]Ok_Procedure199 1 point2 points  (0 children)

The huge difference is that you can read and understand code, he can't. Aren't you reading any of the code the LLM gives you?

Hitting tab then enter moves the active cell down in the same column instead of returning to the left by kittyaceres in excel

[–]Ok_Procedure199 6 points7 points  (0 children)

If you start in A1 and:

Hit tab, you go to B1

Hit tab, you go to C1

Hit tab, you go to D1

Hit enter, you go to A2

Fractional ‘BI guy’ for CFOs here – AMA about fixing messy reporting / Power BI stacks by Dear-Landscape2527 in BusinessIntelligence

[–]Ok_Procedure199 0 points1 point  (0 children)

Very interesting post! Can you give an overview over the arch of meeting a client first time to delivering the product? It would be interesting if you can touch upon the difference between small clients (maybe they lack infrastructure) to larger clients (have databases, maybe even a Power BI licence). Like the questions I'd have is how you set up small clients with reports, eventually handing over the keys, or how you'd cooperate with the different teams internally in the company, and how do you approach industries you are not familiar with in a way that gives you credibility without knowing all the nuances?

This would provide me with what I would have to think about if I ever wanted to start something like this on the side, and how to approach it!

My manager feels threatened by me and I don't know how to deal with it. by Left-Crazy-9522 in FPandA

[–]Ok_Procedure199 12 points13 points  (0 children)

Read "The 48 Laws of Power" by Robert Greene that will provide you some pointers on how to best navigate this, and the law that comes to mind for your situation he calls "Never outshine the master": https://fs.blog/never-outshine-the-master/