Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hello 🙂
Im new at power bi, so im sorry for the noob question 😛
So i have a table more or less like this
| Company | Stage |
| microsoft | MAL |
| asus | MQL |
| toshiba | SAL |
| lg | MAL |
| asus | MQL |
| nokia | MAL |
As you can see i have the company "asus" its duplicated, but i just want to count it once.
So i need to create a new column that verifies if the company its duplicated and if it haves the same stage and give me a result like this:
| Company | Stage | Stage verified |
| microsoft | MAL | MAL |
| asus | MQL | MQL |
| toshiba | SAL | SAL |
| lg | MAL | MAL |
| asus | MQL | |
| nokia | MAL | MAL |
Thanks 🙂
Solved! Go to Solution.
Please refer to the steps below to achieve your requirement.
Regards,
Charlie Liao
Please refer to the steps below to achieve your requirement.
Regards,
Charlie Liao
Thats very well thought!!! Thanks a lot 😄
That is going to be challenging as presented, because there is no way to differentiate the two rows of asus,mql.
If you don't need the dupes, I would just remove them (via Edit Queries). If you do... what if you had a column that just counted the # of duplicates? That's easy... 🙂
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 47 | |
| 43 | |
| 39 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 68 | |
| 68 | |
| 31 | |
| 27 | |
| 24 |