The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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
Will have to see whole of your code to understand why it is slow.
User | Count |
---|---|
15 | |
13 | |
9 | |
6 | |
6 |
User | Count |
---|---|
28 | |
18 | |
13 | |
9 | |
5 |