Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register 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.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
11 | |
11 | |
10 | |
9 | |
8 |
User | Count |
---|---|
17 | |
12 | |
11 | |
11 | |
11 |