Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi,
Could someone tell me if there is a limit on the amout of data that this chart can load ?
Im only seeing very limited data in the chart, but when I turn the chart into a table I can see all the records that I expect.
Thanks
Mark
Solved! Go to Solution.
Hi @Griggers ,
Seems to be 1000 lines limit.
You can try to expand this limit by following the steps below.
npm install
in root folder of the projectcapabilities.json
by adding dataReductionAlgorithm
(https://docs.microsoft.com/en-us/power-bi/developer/visuals/dataview-mappings#data-reduction-algorit...)npm run package
to create visual package.Refer:
https://github.com/microsoft/powerbi-visuals-gantt/issues/199
Best Regards,
Jay
Hi @Griggers ,
Seems to be 1000 lines limit.
You can try to expand this limit by following the steps below.
npm install
in root folder of the projectcapabilities.json
by adding dataReductionAlgorithm
(https://docs.microsoft.com/en-us/power-bi/developer/visuals/dataview-mappings#data-reduction-algorit...)npm run package
to create visual package.Refer:
https://github.com/microsoft/powerbi-visuals-gantt/issues/199
Best Regards,
Jay
Hi @v-jayw-msft,
I've tried following your instructions, however I'm stuck with the install returning several vulnerabilities and the run package failing with errors. I've tried both to "audit fix" and "audit fix --force" but still I'm unable to repackage the .pbiviz with the updated dataReductionAlgorithm.
Would you be able to try on your end and share the resulting .pbiviz file?
Hi, could you share the modified one? the extended 30000 rows limit package.
I have very limited knowledge using github.
If I show the data in a table, I get 3,567 Rows and 7 Columns of data.
Im not seeing any error message or message icon.
@Griggers , Usually there is limit from 2500 data points to 30000, depending on visual. Visual start shwoing an icon for that. Are you seeing some messgae icon?
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
109 | |
94 | |
84 | |
32 | |
27 |