Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Wrap it with COALESCE, so
Disorders =
SUMMARIZE(
Assessment,
Assessment[User ID],
"Count of Disorders",
COALESCE([Total Disorders],0)
)
It returns the first non-blank value so 0 if [Total Disorders] is blank.
It avoids the type conversion from the old +0 trick.
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingWrap it with COALESCE, so
Disorders =
SUMMARIZE(
Assessment,
Assessment[User ID],
"Count of Disorders",
COALESCE([Total Disorders],0)
)
It returns the first non-blank value so 0 if [Total Disorders] is blank.
It avoids the type conversion from the old +0 trick.
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingThank you so much!
This fixed it.
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
25 | |
19 | |
18 | |
18 | |
17 |
User | Count |
---|---|
37 | |
25 | |
18 | |
17 | |
13 |