Frank A. Banin

About

With a strong foundation in enterprise data analytics and software engineering, I specialize in designing and implementing advanced analytics solutions that empower data-driven decision-making and drive business growth.

My experience spans diverse environments—on-premises, PaaS, SaaS, and hybrid solutions—demonstrating both versatility and adaptability in addressing complex data challenges.

I am recognized for my intellectual curiosity, a proven ability to quickly master new tools and technologies, and a commitment to staying ahead of emerging industry trends.

My professional growth is supported by a portfolio of industry certifications, which underscore both technical expertise and dedication to continuous learning.


I am characterized by my intellectual curiosity and a strong aptitude for rapidly learning new tools, coupled with a commitment to staying at the forefront of industry trends. My professional development is underscored by a series of certifications, including:

Microsoft Certifications:
Generative AI for Business with MSFT Azure OpenAI
Fabric Analytics Engineer Associate
Azure Data Engineer Associate
Certified Professional
Certified IT Professional
Technology Specialist

Merrill Lynch Certification:
Six Sigma Green Belt

SQLServerCentral Article

DAX for SQL Folks: Part II - Translating SQL Queries to DAX Queries

Introduction In response to my approach in the popular MDX Guide for SQL Folks series, I am using SQL as a good frame of reference for starting or developing a new approach for improving your Data Analysis Expression(DAX) language learning experience. This is useful for developers starting to learn the DAX language to more advanced developers who […]

(10)

You rated this post out of 5. Change rating

2020-04-30

42,995 reads

Blogs

T-SQL Tuesday #193 – Notes to my past self and from my future self

By

It has been a while since my last T-SQL Tuesday blog. When I saw...

T-SQL Tuesday #193 – Notes to past and future me

By

The last T-SQL Tuesday of the year is hosted by my good friend Mike...

A Note and a Message: T-SQL Tuesday #193

By

This month Mike Walsh hosts T-SQL Tuesday. It’s been quite some time since he...

Read the latest Blogs

Forums

cant process ssas db on vm - error says source is encrypted and other things

By stan

hi i get the error you see below when trying to process my AR...

This doesn't make sense to me - making me crazy - er

By krypto69

Hi So I have the below select query that won't return results if I...

Catalog max connection pool size: 100

By Pete Bishop

Seeing this message repeated every 10 seconds in the RSHostingService_yyyy_mm_dd_hh_mm_ss.log file. Can anyone advise:...

Visit the forum

Question of the Day

Putting the Player with the Number

In SQL Server 2025, what does this return?

DECLARE @player varchar(20) = 'Bo Nix',
@num VARCHAR = '10'

SELECT @player || @num

See possible answers