In DAX (not powerquery) drop duplicates based on column
问题 In my PowerBI desktop, I have table that is calculated from over other tables with a structure like this: Input table: <table border="1" class="dataframe"> <thead> <tr style="text-align: right;"> <th>Firstname</th> <th>Email</th> </tr> </thead> <tbody> <tr> <td>Scott</td> <td>ABC@XYZ.com</td> </tr> <tr> <td>Bob</td> <td>ABC@XYZ.com</td> </tr> <tr> <td>Ted</td> <td>ABC@XYZ.com</td> </tr> <tr> <td>Scott</td> <td>EDF@XYZ.com</td> </tr> <tr> <td>Scott</td> <td>LMN@QRS.com</td> </tr> <tr> <td>Bill