GithubHelp home page GithubHelp logo

Comments (2)

KevinHoward avatar KevinHoward commented on June 12, 2024 1

@liprec ,

I did some further investigation, and it appears that the error only occurs when the data source is an SSAS Tabular Model. When pulling the same data from an Excel file, everything works as expected. So, it appears that this error is caused by something in Power BI and not in the visualization.

Thanks for your help.

-Kevin

same issues:
http://community.powerbi.com/t5/Service/Too-Many-Values-Not-Showing-All-Data-error-for-pie-chart/td-p/3294
http://community.powerbi.com/t5/Desktop/Too-many-values/td-p/2939

from powerbi-custom-visuals.

liprec avatar liprec commented on June 12, 2024

Hi @KevinHoward,

My visual is designed to get a dataset with one measure (Values), one category field (Groups) for the number of box and whiskers and several fields that 'samples' the dataset (Samples). There are some data point limitations: category can have a maximum of 100 and the sampling has a maximum of 50.000.

So probably the column your are using as the category/groups field has to many individual values and due to the maximum of 100 it will hit the limit and Power BI warns that the 'dataset is too large'.

And the main reason of mapping the categories to the rows of the matrix, is that all assigned datapoints (columns) can be retrieved via an array (#L385) and this array is used to calculate the measures needed for the box and whisker.

Hope this will help you. If not maybe you can share your dataset so it would be easier to pinpoint what is causing the warning.

Thanks, JP

from powerbi-custom-visuals.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.