Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Unique values

Hi guys!   I am working on a QlikView migration to PBI, in QV I have this expression that I need to translate to PBI: only(tasainteres)   it is basically getting this distinct:   if I rev...
  • v-yalanwu-msft's avatar
    5 years ago

    Hi, Anonymous ;

    You could group by in power query ,or create a new table by dax.

    Method1.group by in power query.

    Method 2:create a dax table.

    new table = SUMMARIZE('Table',[DescripcionBancos],[TasalnteresAplicable])

    The final output is shown below:

    Best Regards,
    Community Support Team_ Yalan Wu
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.