Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi,
I have a dataset which is populated from Rest API. It basically reports transaction time in minutes each month and displays the average.
Issue currently I have is for some months, I have duplicated rows for a particular month entry.
As per screenshot, I display 3 values ( 11 for August / 49 for September / 49 for October), therefore average should be 36.33
However, I have duplicate values for August month so PowerBi counts 11 + 11 for August + 49 for September + 49 for October / 4 = 30 minutes.
Is there any way to remove/filter the duplicate value for a row ? I've tried using DISTINCT function but couldn't get it working.
Thanks
Solved! Go to Solution.
Hi @Anonymous,
Thanks for the inputs.
Unfortunately, the Query Editor is greyed out when the data source is a PowerBi Service dataset:
Hopefully, the feature to update/delete individual rows on a Service dataset will be available soon: https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/9366600-update-rows-rest-api
Regards
HI @donbesada,
You can try to use power query to filter duplicate records.
>> I've tried using DISTINCT function but couldn't get it working.
DISTINCT function will remove records which every columns has the similar value(e.g. row1[column1] =row2[column1], row1[column2]=row2[column2]... keep one of them)
Regards,
Xiaoxin Sheng
Hi @Anonymous,
Thanks for the inputs.
Unfortunately, the Query Editor is greyed out when the data source is a PowerBi Service dataset:
Hopefully, the feature to update/delete individual rows on a Service dataset will be available soon: https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/9366600-update-rows-rest-api
Regards
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.