Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Preparing for a certification exam? Ask exam experts all your questions on May 15th. Register now.
Hi comunity,
How do I rewrite the following formula created on Data view in power query ?
Solved! Go to Solution.
Hi, Please use the below code in custom column:
Nº de CM por RO =
let
consultaDeMercado = [Consulta de mercado],
estadosUniques = Table.SelectRows(Estados_Uniques, each [Consulta de mercado] = consultaDeMercado),
count = Table.RowCount(estadosUniques)
in
count
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Hi, Please use the below code in custom column:
Nº de CM por RO =
let
consultaDeMercado = [Consulta de mercado],
estadosUniques = Table.SelectRows(Estados_Uniques, each [Consulta de mercado] = consultaDeMercado),
count = Table.RowCount(estadosUniques)
in
count
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
@Domingos I don't know its helps you or not but you can Try group by in power query.THANK YOU!!
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.