The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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!!
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.