Forum Discussion

BernardoPedroso's avatar
BernardoPedroso
New Member
7 years ago

Power BI- Convert SQL query to power bi

Basically i have to do on the power bi the same as the query that i do below.   selecT [Artigo] ,avg([uster]) AvgUster from (           selecT *, Rank()           over (Partition BY Artigo      ...