User Profile
relentless226
Regular Visitor
Joined 5 years ago
User Widgets
Contributions
Combining multiple values from single column into one row/record
Hello: I am working in PowerQuery/Transform within Power BI. My table currently looks like the following- I have some customers with two sales people assigned and this creates issues in my visuals (a table visual right now) as I only want one row per customer: Customer ID Customer Name Sales Person 111 Jones Manufacturing John Smith 111 Jones Manufacturing Jane Doe What I would like to do is end up with one row for the rows above and concatenate the sales person's names together with an & between them in a custom column so I have something like this: Customer ID Customer Name Sales People 111 Jones Manufacturing John Smith & Jane Doe I know this is probably pretty simple but I appreciate any help I can get!Solved4.3KViews0likes1CommentAyuda necesaria para la medida sí/no personalizada que implica una tabla que tiene varios resultados "Sí" y "No"
Hola a todos: Tengo las siguientes tablas Equipos y Proyectos, que están relacionados en una relación de uno a muchos por nombre de equipo: Tabla de equipos: Nombre del equipo Tipo de equipo Un equipo Regional Equipo B Departamento Tabla de proyectos: Nombre del equipo Nombre del proyecto Proyecto calificado Equipo A Proyecto A Sí Equipo A Proyecto B No Equipo B Proyecto C No Equipo B Proyecto D No Lo que quiero es tener un objeto visual de tabla que tenga una fila por equipo,con una columna o medida personalizada que muestre "Sí" si hay al menos un proyecto con "Sí" en la columna calificada o "No" si no hay proyectos con "Sí". Vea a continuación: Nombre del equipo Tipo de equipo ¿Proyectos calificados? Un equipo Regional Sí Equipo B Departamento No Si extraesgún el campo Proyectos calificados (que es una columna personalizada basada en varios criterios mediante la función Cambiar), obtendría dos filas para el equipo A, que representan los dos proyectos. Sé que necesito algún tipo de función If probablemente. ¿Cómo resolverías esto de la mejor manera? ¡Gracias!Solved462Views0likes2CommentsHelp needed for custom Yes/No measure involving a table that has multiple "Yes" and "No" results
Hello All: I have the following tables Teams and Projects, they are related in a one to many relationship by Team Name: Teams Table: Team Name Team Type A team Regional B team Department Projects Table: Team Name Project Name Qualified Project Team A Project A Yes Team A Project B No Team B Project C No Team B Project D No What I want is to have a table visual that will have one row per team, with a custom column or measure that shows "Yes" if there is at least one project with "Yes" in the qualified column or "No" if there are no projects with "Yes". See below: Team Name Team Type Qualified Projects? A Team Regional Yes B Team Department No If I pull the Qualified Projects field (which is a custom column based on multiple criteria using the Switch function) I would get two rows for Team A, representing the two projects. I know I need some sort of If function probably. How would you solve this in the best way? Thanks!Solved940Views0likes2CommentsAyuda de columna personalizada- columna personalizada basada en múltiples condiciones
Hola a todos: Soy nuevo en PowerBI, pero tengo algunas habilidades básicas de programación /SQL WAYY en mi carrera. Estoy intentando hacer una columna personalizada llamada QualityProject usando PowerBI que mostrará un "Sí" o "No". Aquí hay una representación de mi tabla y las columnas que estarían involucradas: Nombre del proyecto ProjectStartDate ProjectStatus ProjectResults CountofTOC Aquí está mi psuedocode: IF ProjectStartDate>-12/1/2019 Y ProjectStatus-Complete AND ProjectResults-Target OR Stretch AND CountofTOC>-1 ENTONCES QualityProject - Sí Else QualityProject - No A continuación, me gustaría hacer una tabla visual con esto que mostraría el nombre del equipo y un recuento de los proyectos donde QualityProject - Sí (un equipo podría tener varios proyectos, algunos tendría Sí en la columna QualityProject y algunos tendrían No dependiendo de los criterios del proyecto). Tengo una tabla Team que ya está relacionada con la tabla Project en una relación de uno a muchos. ¿Cuál sería la forma más fácil de hacer todo esto en PowerBI? Gracias por cualquier ayuda / consejo de antemano!Solved278Views0likes1CommentCustom column help- custom column based on multiple conditions
Hello All: I am new to PowerBI but have some basic programming/SQL skills WAYY back in my career. I am trying to make a custom column called QualityProject using PowerBI that will show either a "Yes" or "No". Here's a representation of my table and the columns that would be involved: Project Name ProjectStartDate ProjectStatus ProjectResults CountofTOC Here's my psuedocode: IF ProjectStartDate>=12/1/2019 AND ProjectStatus=Complete AND ProjectResults=Target OR Stretch AND CountofTOC>=1 THEN QualityProject = Yes ELSE QualityProject = No I would then like to make a table visual with this that would show the Team Name and a count of the projects where QualityProject = Yes (a team could have multiple projects, some would have Yes in the QualityProject column and some would have No depending on the criteria of the project). I have a Team table that is already related to the Project table in a one to many relationship. What would be the easiest way to go about all of this in PowerBI? Thanks for any help/advice in advance!Solved696Views0likes1Comment
Data Privacy
Microsoft Fabric Community and Privacy
To learn more about how we manage your data, please review the Microsoft Fabric Community Data Privacy guide.