Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

Fix duplicate data

Hello everyone. I have a bit of a duplicate data issue per below. I create a custom visuals and uing data like this: and this is my capabilities "dataRoles": [ { "name": "rows", "displ...
  • dm-p's avatar
    dm-p
    2 years ago

    Hi Anonymous

     

    lbendlin's answer is correct. You must include a data role in your capabilities that encourages users to add a unique identifier row to the visual dataset to make Power BI project rather than aggregate. Power BI will always aggregate to the highest possible level based on unique values in the dataset (for columns). The Violin Plot custom visual needs this, and I wrote a blog post explaining the concept with some visual aids, which should help clarify the approach you will need to take.

     

    Regards,

     

    Daniel