Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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 |
---|---|
84 | |
79 | |
71 | |
47 | |
42 |
User | Count |
---|---|
109 | |
54 | |
50 | |
40 | |
40 |