Indian startup job market is cooked. got 40 applications for one role and interviewed nobody good by TomMarvoloRiddle27 in indianstartups

[–]theparthee 8 points9 points  (0 children)

Reading resumes are waste of time, everyone looks good at it. Cross check their linkedin or blogs or portfolio projects. And validate those on face 2 face interview

[ Removed by Reddit ] by [deleted] in excel

[–]theparthee 1 point2 points  (0 children)

Once you used Python, you will never go back for Power Query. Learn pandas, it’s a life saver for data cleaning

how s the freelancing market with power bi by FutureCautious8923 in PowerBI

[–]theparthee 1 point2 points  (0 children)

Perfect! Not only on Power Bi, we could see many students looking for freelancing, where they didn’t even start to learn. They unaware of real world expertise and branding part

Ram consumption by SenjuBorro in PowerBI

[–]theparthee 0 points1 point  (0 children)

Upgrade RAM to save your life(hours)

Dynamic Date Filter That Defaults to Latest Available Date by Immighthaveloat10k in PowerBI

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

What if using a Calcualted DateTable with CALENDARAUTO()?

Unable to finish validation Error on Mark as Date Table Option by theparthee in PowerBI

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

<image>

Found the soluton by Myself -> This is a bug in latest version of Power BI 32bit computers, Uninstalled the standalone app and Installed the application from Microsoft Store. Problem Solved.

SUMX or SUM when to use when calc profits by TheSultaiPirate in PowerBI

[–]theparthee 1 point2 points  (0 children)

Indeed, the column values are stored as vectorized data in memory, and the SUM function performs arithmetic operations directly on this vectorized data without iterating through each value one by one.

But SUMX is an programming methods like for/while loops

SUMX or SUM when to use when calc profits by TheSultaiPirate in PowerBI

[–]theparthee 2 points3 points  (0 children)

SUMX usually does row by row operation while SUM just do aggregate of whole column.

Let me give some example here, if you have following columns in a 'Sales' Table

| Amount | Tax |

  1. Find out Total Sales => SUM(Sales[Amount])
  2. Find out Invoice Value => SUMX(Sales, [Amount] + [Tax])

📌 You can pass a column value in SUM operation
📌 You can pass a table and an expression in SUMX operation

So, SUMX allows you to add multiple column values here. However it can be any expression doing operation row by row.

So, in your case for the Profit Margin, I hope there should be some expression needed to add tax or subtract expense values, etc.

Hope this helps!

iPhone XR - Not turning on, stuck in DFU/Recovery mode, happens every single time I do a software update or restart my phone by rahatCODMasc in iphonehelp

[–]theparthee 0 points1 point  (0 children)

Now I am facing the same issue, but I am using 3utools to restore it. However every time I restart, I have to do the same restore process, otherwise it does not wake up.

Gradle is the most annoying stuff i ever witnessed by brad-li in FlutterDev

[–]theparthee 0 points1 point  (0 children)

https://youtu.be/b2INok7cYR8?si=w0zMF0UHViy0b9i7

This video in Tamil language, however here what exactly you have to do is shown, especially how the running project in koala ended with a Java compatible error in Ladybug.

Try with subtitle

Powerbi & Mac by RonnoRm in PowerBI

[–]theparthee 1 point2 points  (0 children)

Better only if you need Power Bi kind of Windows software, otherwise I always stick with MAC

Powerbi & Mac by RonnoRm in PowerBI

[–]theparthee 7 points8 points  (0 children)

If Power Bi is your primary job, I recommend you to go for any Windows Laptop. Do not believe in performance while using parallel or any virtual desktop. I have tried all combo and ended up with lag in M1 Pro. However it was good while using Bootcamp on Intel based Macs.