How to leverage the python-like groupby in Power bi?

前端 未结 0 1625
北恋
北恋 2021-01-18 16:51

How to leverage the python-like groupby in Power bi?

example :

df.groupby(["state", "gender"])["last_name"].count() 
df[\         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题