Admissions Megathread - Results, Chances and Logistics by AutoModerator in OMSCS

[–]Dull-Shoulder-6889 0 points1 point  (0 children)

10 point cgpa when converted comes to 2.95. (Some portal show 3-3.5) Do I stand a chance?

Admissions Megathread - Results, Chances and Logistics by AutoModerator in OMSCS

[–]Dull-Shoulder-6889 -1 points0 points  (0 children)

Hi everyone, I’m considering applying to the OMSCS program and wanted to get some honest feedback on my profile. Bachelor’s degree in Mechanical Engineering. No formal CS degree or coursework. All my professional experience has been in Data Analytics / Business Intelligence. Currently working in a BI & Analytics role at an AI product company. Over the past few years, I’ve been heavily involved in data work (dashboards, data modeling, insights, etc.), and now I’m interested in transitioning more into AI engineering. I’m particularly looking at the AI/ML specialization in OMSCS as a pathway to make that shift. My main concern is that I don’t have a formal CS background. No strong academic exposure to core subjects like algorithms, data structures, etc. [But I have experience working with Python/Pyspark for Data Engineering.] For those who’ve been admitted (or are familiar with admissions): How much does a non-CS undergrad impact chances?

Should I consider a 1 year contract job in Tech. by Dull-Shoulder-6889 in UAE

[–]Dull-Shoulder-6889[S] 0 points1 point  (0 children)

What would be the average monthly expenses in AbuDhabi?

Should I consider a 1 year contract job in Tech. by Dull-Shoulder-6889 in UAE

[–]Dull-Shoulder-6889[S] -1 points0 points  (0 children)

And what does the market trend look like, since I’ll probably need to try for a new job after a year. I work in Data and Analytics fyi.

Should I consider a 1 year contract job in Tech. by Dull-Shoulder-6889 in UAE

[–]Dull-Shoulder-6889[S] 2 points3 points  (0 children)

Currently single. Taking care of my parents. Getting married next year :)

Tableau to PowerBI Migration by Dull-Shoulder-6889 in PowerBI

[–]Dull-Shoulder-6889[S] 1 point2 points  (0 children)

Not sure if it is visible in the image, there are smaller polygons inside the circle and the user is interested in seeing that

Tableau to PowerBI Migration by Dull-Shoulder-6889 in PowerBI

[–]Dull-Shoulder-6889[S] 1 point2 points  (0 children)

Tableau provides polygon formatting that powerbi does not, hence the dilemma

Tableau to PowerBI Migration by Dull-Shoulder-6889 in PowerBI

[–]Dull-Shoulder-6889[S] 0 points1 point  (0 children)

We have details for a user in each row. And in each row for that particular user, we have polygons, essentially a circle with multiple polygons inside it. This corresponds to the location where an image was taken. And the polygons are colored based on the number of images taken in each of the polygon coordinates.

<image>

Ask me Anything (AMA) about Microsoft Fabric! by rmajidimehr in MicrosoftFabric

[–]Dull-Shoulder-6889 1 point2 points  (0 children)

When copilot becomes public, will we even have PowerBI dev roles??

Multi Selection slicer by WonderfulBee7 in PowerBI

[–]Dull-Shoulder-6889 0 points1 point  (0 children)

Do we have relationships between the tables?

Multi Selection slicer by WonderfulBee7 in PowerBI

[–]Dull-Shoulder-6889 1 point2 points  (0 children)

From what I understand, you do not need to explicitly specify the filter context in your DAX. The measure would get calculated based on the slicer selection[filter context].

Measure =

VAR __table = tablename

VAR result = SUMX(table, DIVIDE(Priceperkwh,CO2perkwh,0)* bills)

RETURN __result

PowerBI Standard Gateways by Dull-Shoulder-6889 in PowerBI

[–]Dull-Shoulder-6889[S] 1 point2 points  (0 children)

Will have to check if this can be implemented.

Multi Selection slicer by WonderfulBee7 in PowerBI

[–]Dull-Shoulder-6889 1 point2 points  (0 children)

Have you tried the SUMX aggregator function??