March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
I wrote a DAX statement:
The only measure in my DAX statement that is a SUM function in it's original measure is the [Str. Mgmt. Count], which I have incorporated the CONVERT function to solve for the value being a string. But it still won't work... the measure [Completed Exit Surveys] is a COUNT function in it's original measure.
I wrote a similar DAX statement that worked perfectly...
Solved! Go to Solution.
Hi @A_Scott
please try
Str. Mgmt. Count =
SUMX (
'All Open Retail Locations',
VALUE ( 'All Open Retail Locations'[Store.Mgr and ASL Count] )
)
Hi @A_Scott
please try
Str. Mgmt. Count =
SUMX (
'All Open Retail Locations',
VALUE ( 'All Open Retail Locations'[Store.Mgr and ASL Count] )
)
Worked perfectly! Thanks for your help
hi @A_Scott
Are you creating a column or a measure?
[Completed Exit Surveys] and [Str. Mgmt. Count], what are they?
I am creating a measure.
[Completed Exit Surveys] is : Completed Exit Surveys = DISTINCTCOUNT('Exit Survey Data'[ID]) +0
[Str. Mgmt. Count is] : Str. Mgmt. Count = sum('All Open Retail Locations'[Store.Mgr and ASL Count])
Even if I use the CONVERT function in the DAX for [Str. Mgmt. Count] instead of in the DAX for [Summary - Exit Survey] it still doesn't work.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
23 | |
16 | |
15 | |
7 | |
6 |
User | Count |
---|---|
33 | |
29 | |
16 | |
13 | |
12 |