Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
Anonymous
Not applicable

Data won't load in a table with a DAX measure.

Hi guys,

Why my data won't load when I add a measure?

The table below is supposed to show the arrears (decimal number) by financial year (text).
Each field comes from a different table.
 

ROG_BI22_0-1650972671686.png

 

Arrears £ = CALCULATE(

SUM('Account Balance Weekly'[FAB_CURRENT_ARREARS_BALANCE_TO]),
'Account Balance Weekly'[DTE_CURRENT_FORMER] = "C",
FILTER(Rent_Account,Rent_Account[Account Class] = "REN"))

Below is a table with the financial year and the field that I used to create the measure above.
ROG_BI22_1-1650974013475.png

Thank you!



1 REPLY 1
PC2790
Community Champion
Community Champion

I suppose you are using Direct Query as this is a know limitation of Direct Query.

Refer Cosniderations & Limitation section-Use DirectQuery in Power BI Desktop - Power BI | Microsoft Docs

Could be that there are more than 1M records in your dataset.

You cna try to limit the data or you can run the quesry while fetching the data to get rows less than 1 million

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.