Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Today after preparing the base model (dimensional) for the data, i set out to explore it a bit.
All worked fine, until suddently whilst adding legends to my graphs, I always get this error when using information from the fact table: "Couldn't load the data for this visual. Repeated indices found in GroupBy or Projections".
The error isn't exactly explicit, but I assume this might be related with the fact that I'm appending multiple CVS together; from which I then build the facts and dimensions directly on PBI, and the indices are somehow messed up.
Has anyone had this problem before?
Solved! Go to Solution.
Dear v-lionel-msft,
I apologize for the late reply. Oddly the enough, the problem seems to have fixed itself. What seems to have triggered the correction was the use of DAX Studio to export the tables one by one. I'm assuming this was a memory key allocation conflict by PowerBI from using multiple append queries, but I can only assume.
Once again, thank you for your help.
Ran into the same error here and fixed it by removing the conditional color before applying the legend. I think the reason for this case is that, some conditional colors have already been applied, and adding a legend column will triggers another usage on multiple colors. Then there's conflict on the color applying rules, and Powerbi just couldn't determine which rule to use for the colors. To solve such confict, you could just give up on either the legend or the conditionale color.
Ran into the same error here and fixed it by removing the conditional color before applying the legend. I think the reason for this case is that, some conditional colors have already been applied, and adding a legend column will triggers another usage on multiple colors. Then there's conflict on the color applying rules, and Powerbi just couldn't determine which rule to use for the colors. To solve such confict, you could just give up on either the legend or the conditionale color.
100% @DanT this is the solution.
Proud to be a Super User!
I had the same issue. Thank you DanT, your solution solved the problem 🙂
Hi,
Have a similar issue when for the given table:
Date | Category | Col 1 | Col 2 |
1/1/2020 | 1 | 123 | 21 |
1/1/2020 | 2 | 143 | 32 |
1/1/2020 | 3 | 123 | 12 |
1/2/2020 | 1 | 234 | 32 |
1/2/2020 | 2 | 432 | 43 |
where I calculated the measure X=Divide (sum(Col 1), sum(Col 2)).
When I drag the column Category to the 'legend' box of a line chart (with date as 'axis' and X as 'values') I get the error message "Repeated indices found in GroupBy or Projections"
Thanks for your help
Hi @GuilhermeB ,
The problem is that there is a grouping and aggregation conflict between the fields of X axis and the Legend.
Please show me the sample data model, I will check it for you.
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Dear v-lionel-msft,
I apologize for the late reply. Oddly the enough, the problem seems to have fixed itself. What seems to have triggered the correction was the use of DAX Studio to export the tables one by one. I'm assuming this was a memory key allocation conflict by PowerBI from using multiple append queries, but I can only assume.
Once again, thank you for your help.
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
115 | |
79 | |
73 | |
59 | |
57 |
User | Count |
---|---|
127 | |
103 | |
87 | |
82 | |
73 |