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 August 31st. Request your voucher.

Reply
dandreev
Helper I
Helper I

DAX Studio showing variable's value

Hi,
Lately I am trying to use DAX Studio when I'm writing measures. However, some times I get 'stuck' with silly things. For instance, I created that measure:

DEFINE 
MEASURE Admissions[IP] = 
var T1 = 
calculate
(
sum(AdmissionsIFS2[Admissions]),
filter(AdmissionsIFS2, AdmissionsIFS2[Month]= 4 && AdmissionsIFS2[Year] = 2022) 
)
return 
T1

 

If I run it in Desktop I will get the desired result, but in DAX Studio I got an error.
Please if you know some good user guide for DAX Studio let me know.
Thank you

 

 

1 ACCEPTED SOLUTION
FreemanZ
Super User
Super User

1) try to clear the cache on the client and run again, sometimes incredibly helpful

2) the official documentation

https://daxstudio.org/docs/intro/

 

View solution in original post

1 REPLY 1
FreemanZ
Super User
Super User

1) try to clear the cache on the client and run again, sometimes incredibly helpful

2) the official documentation

https://daxstudio.org/docs/intro/

 

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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