Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreShape the future of the Fabric Community! Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions. Take survey.
Hello,
I have data like this. The below records are not a duplicate. My requiremnt is if I remove the Code column I should see same number of records, it should not remove the duplicates (after removing the code column records will be duplicate right).
NAME | DEPARTMENT | CODE |
ADAMS | IT | 100 |
JAMES | IT | 200 |
ADAMS | IT | 300 |
ADAMS | IT | 400 |
JAMES | IT | 300 |
CLARK | AE | 400 |
I am trying to do with Calcuate (expression, allexcept(code) ) which is not working.
After removing ode column the below will be expected results, but my results should be same as above. I hope it is cleared.
NAME | DEPARTMENT |
ADAMS | IT |
JAMES | IT |
CLARK | AE |
Any workaournd please.
Please see this article that shows one way to do that.
Understanding Group By Columns in Power BI - SQLBI
Pat
User | Count |
---|---|
93 | |
90 | |
90 | |
81 | |
49 |
User | Count |
---|---|
156 | |
145 | |
104 | |
72 | |
55 |