How to leverage the python-like groupby in Power bi?
example :
df.groupby(["state", "gender"])["last_name"].count() df[\