Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
Solved! Go to Solution.
1) try to clear the cache on the client and run again, sometimes incredibly helpful
2) the official documentation
https://daxstudio.org/docs/intro/
1) try to clear the cache on the client and run again, sometimes incredibly helpful
2) the official documentation
https://daxstudio.org/docs/intro/
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
22 | |
10 | |
10 | |
9 | |
7 |