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
Chinnageddada
Regular Visitor

generate dax function running very slow , could you please help me to improve

HI Master of DAX ,

 

I am facing issue with  below code running long time could you please help me to imporve the it
VAR Table = FILTER(
ADDCOLUMNS(
GENERATE(
ALLSELECTED(Cust[Name]) ,
ALLSELECTED(CESM[Metric], CESM[MType])
) ,
"Measure Value" ,
),NOT(ISBlank([Measure Value])

 

Thanks in Advance 

1 REPLY 1
AntrikshSharma
Super User
Super User

Will have to see whole of your code to understand why it is slow.

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.