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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

Need help understaning DAX code

Hello ppl,

 

I have a DAX code 

# Decline =
VAR __Result =
CALCULATE (
SUMX (VALUES ( 'Date'[Calendar YearWeekNumber] );
[Number of customers with responses]);
Responses[RESPONSE_TYPE] = 6)
VAR __ShowData =NOT ( ISBLANK ( __Result ) )
RETURN
SWITCH ( __ShowData; TRUE (); __Result; BLANK () )
 
Due to some reason, i am missing some values in this and i am not able to understand why? On the other hand if I use this formula 
 
Test_Decline = CALCULATE([Number of customers with responses];FACT_CAMPAIGN_RESPONSE[RESPONSE_TYPE]=6)
 
Then i get the missing values. Can you help me understand why would there be some values missing in the first code?
1 REPLY 1
kentyler
Solution Sage
Solution Sage

We probably need a sample of the data you're running this against. Copy and paste a sample in from Excel.





Did this post answer your question? Mark it as a solution so others can find it!

Help when you know. Ask when you don't!




Join the conversation at We Talk BI find out more about me at Slow BI


Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.