Transform a heavy calculated measure accumulated into a column in Power BI

0 votes

Hello guys

So I've a table with more then 20.000 values and I need to do the accumulated sum of all of them...

I used this measure to do the calculation:

CALCULATE(

    SUM('Medições'[Vazão]),

    FILTER(

        ALLSELECTED('Medições'[Data Hora Medição]),

        ISONORAFTER('Medições'[Data Hora Medição], MAX('Medições'[Data Hora Medição]), DESC)

    )

)


It worked fine.. but whenever I upload my Power BI to the online platform, they show the error "power bi the visual has exceeded the available resources"

I tried to create a column using this measure, in a sense that it would be more like a static column... but it also didn't work

Any ideas???

Oct 23, 2020 in Power BI by marinafr
• 120 points

edited Oct 23, 2020 by Gitika 1,600 views

2 answers to this question.

0 votes

Hi, @Marinafr,

Yes, the issue occurs when a visual has attempted to query too much data for the server to complete the result with the available resources.

As suggested in the error, you may need to try filtering the visual to reduce the amount of data in the result currently.

answered Oct 23, 2020 by Gitika
• 65,770 points
0 votes
Hello, @Marinafr,

If you are using Pro License then the File size should not cross 1 GB and the total Workspaces size should not cross 10GB. Please check on that!

Try to remove unnecessary columns in the data so that you can save space.
answered Oct 23, 2020 by Rajiv
• 8,870 points

Related Questions In Power BI

0 votes
1 answer

Is there a way in Power BI Desktop to transform multiple text column values into a single row, grouped by another column?

Yes, you can transform multiple text values ...READ MORE

answered Mar 3 in Power BI by anonymous
• 24,110 points
53 views
0 votes
0 answers

How would you parse a JSON column into a usable format in Power BI?

How would you parse a JSON column ...READ MORE

Dec 17, 2024 in Power BI by Evanjalin
• 24,110 points
108 views
0 votes
2 answers

How would you parse a JSON column into a usable format in Power BI?

To parse a JSON column in Power ...READ MORE

answered 1 day ago in Power BI by anonymous
• 21,850 points
129 views
+1 vote
1 answer

Have column with multiple values in powerBI, for use with a slicer in power bi

It can be achieved depending on the result you ...READ MORE

answered Oct 22, 2018 in Power BI by Hannah
• 18,520 points
7,695 views
0 votes
1 answer

Displaying Table Schema using Power BI with Azure IoT Hub

Answering your first question, Event Hubs are ...READ MORE

answered Aug 1, 2018 in IoT (Internet of Things) by nirvana
• 3,090 points
1,575 views
+1 vote
1 answer

Unable to install connector for Power Bi and PostgreSQL

I think the problem is not at ...READ MORE

answered Aug 22, 2018 in Power BI by nirvana
• 3,090 points
2,912 views
+2 votes
2 answers

Migrate power bi collection to power bi embedded

I agree with Kalgi, this method is ...READ MORE

answered Oct 11, 2018 in Power BI by Hannah
• 18,520 points
1,696 views
+1 vote
1 answer

Connect power bi desktop to dataset and create custom reports

Open power bi report nd sign in ...READ MORE

answered Oct 10, 2023 in Power BI by Monika kale

edited Mar 5 1,855 views
0 votes
1 answer

How to parse a .json column in Power BI?

Use Json.Document function like this let ...READ MORE

answered Dec 21, 2020 in Power BI by Gitika
• 65,770 points
3,099 views
0 votes
4 answers

How to add an extra column to the existing table in power bi query editor?

R|ight click on the table you want ...READ MORE

answered Nov 18, 2022 in Power BI by Madelein Tolmay
79,670 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP