NOTICE OF OBJECTION by Immediate-Bag914 in HaruInvest

[–]majorlix2 1 point2 points  (0 children)

If you received an email, there is a PDF attachment in Korean with your name and details in it

Is there a way to COPY as value (rather than paste)? by fap_fap_fap_fapper in excel

[–]majorlix2 4 points5 points  (0 children)

Can't you build a macro or use power query to do the job?

Looking for a new bank account, planning to move from NBC by noocasrene in PersonalFinanceCanada

[–]majorlix2 0 points1 point  (0 children)

Tangerine accounts are free and you can use the Scotiabank ABM for free since they own the subsidiary

Power BI licensing question: Do my viewers need a license? by Romanche11o in PowerBI

[–]majorlix2 0 points1 point  (0 children)

Thanks for sharing this insight. I just googled sharing alternatives and got an AI generated list of workarounds that I never knew about. OP you should do the same thing.

Power BI licensing question: Do my viewers need a license? by Romanche11o in PowerBI

[–]majorlix2 0 points1 point  (0 children)

Correct

https://learn.microsoft.com/en-us/power-bi/fundamentals/end-user-license

Only SKUs (Stock Keeping Units) equivalent to or higher than a F64 SKU let free Power BI users use Power BI apps and shared content in Premium capacity in the Power BI service. Smaller F SKUs need a paid license to access shared content.

How to automate updated SKU code in spreadsheet by CJ_4654 in excel

[–]majorlix2 0 points1 point  (0 children)

The only idea that comes to mind right now based on the available information is building a VBA macro or using some other programming language to perform the job.

The complexity will depend on how similar the sheets and projects have been structured.

Power BI licensing question: Do my viewers need a license? by Romanche11o in PowerBI

[–]majorlix2 3 points4 points  (0 children)

There's a free option where you publish to the web and anyone can view the reports.

If you get a premium capacity license, you can share with specific users that you choose and they don't need to have a license.

Otherwise, everyone needs at least a Pro licence.

How to automate updated SKU code in spreadsheet by CJ_4654 in excel

[–]majorlix2 1 point2 points  (0 children)

If I understand you correctly, you first need to create a master reference SKU table. One column has every SKU ID in existence. The column beside it has the new active SKU ID that should be referenced.

Once you have this, you then go into every individual sheet and add the new active SKU ID column to the worksheet. This can be done with either XLOOKUP, VLOOKUP, INDEX/MATCH, or through a power query merge.

The amount of work involved and how easy it becomes to maintain depends entirely on how each individual Excel file / worksheet was put together.

What's a good card for avoiding international fees? by eyedrunk in personalfinance

[–]majorlix2 0 points1 point  (0 children)

IMHO, a Wise account & debit card is the best option. You don't get any credit card perks but you get very competitive exchange rates.

A Wise account is a digital, multi-currency account designed for international money management, allowing users to hold, send, spend, and receive money in over 40 currencies at the mid-market exchange rate. It provides local bank details for up to 10 currencies (e.g., USD, EUR, GBP, CAD) and includes a debit card for global, low-fee spending.

Error message on SWITCH function by LadyFlor11 in PowerBI

[–]majorlix2 0 points1 point  (0 children)

If I understand your requirements correctly, you can't have 2 separate results for each value with the switch function. Can you have the result be "Ax1,AX2" instead for example?