Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hello everybody,
I have a Fact table that contains 200Millions rows
I have a problem with a dax formula when i put it in a line Chart with axis = week
The dax formula ->
KPI = SUMX(DISTINCT(SUMMARIZE(FILTER('Fact_Table','Fact_Table'[level]="Low"),'Fact_Table'[id_cv],'FACT_Table'[Server_id])),1)
the error is :
I tried this formula too, and i have the same problem :
KPI = CALCULATE(COUNTROWS(GROUPBY('Fact_Table';'Fact_Table'[id_cv];'Fact_Table'[Serveur_id]));'Fact_Table'[level]="Low")
I have to filter on a specific date for the graph to display correctly
Any help with this would be appreciated.
Thank you
Hi @Anonymous ,
Imported data may be too much, Try removing columns / rows that you may not need in your table and refreshing. Also, check to see if you have relationships set if not you may have an underlying cartesian product.
https://windowsreport.com/memory-error-allocation-failure/
Or use Dax studio to detect the content and number of queries issued by Power BI Desktop.
https://www.sqlbi.com/articles/capturing-power-bi-queries-using-dax-studio/
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@amitchandak Sorry, I tested with the wrong formula that's why i had a blank.
with your formula, it works when i use the formula in a card, but when i use it in the line Chart with axis = week it's shows me the same error
If I want the chart to show me a result and remove the error, i have to apply a filter to reduce the data and in this case it works. but I want it to display the result without applying a particular filter
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 23 | |
| 12 | |
| 11 | |
| 9 | |
| 8 |