Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hello Community,
i need help with a Measure.
The measure should calculate the distinct count of Projects, for which Storypoints were completed.
My FActTable is Related Many to One to a Sprint Dimension and a Project Dimension.
Columns of FactTable: Sprint, Project, Storypoints
In a Matrix Visual i got Sprint, Project and Employee in Rows.
The Measure should always show the same Value as a total, because i just need the measure for further calculations.
Calculate(Distinctcount(FactTable[ProjectID],
NOT(ISBLANK(FactTable[StoryPoints]))
This measure returns the Distinctcount of projects, but in a matrix visual it breaks down the result by project.
Desired result should look like this:
Example:
Sprint 10 20 Projects
PRoject A 20
Employee A 20
Employee B 20
Project B 20
Employee A 20
Employee B 20
Sprint 11 10 Projects
PRoject A 10
Employee A 10
Employee B 10
Project B 10
Employee A 10
Employee B 10
Please provide sample data (with sensitive information removed) that covers your issue or question completely, in a usable format (not as a screenshot). Leave out anything not related to the issue.
https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...
Please show the expected outcome based on the sample data you provided.
https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447...
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 13 | |
| 10 | |
| 10 | |
| 9 | |
| 8 |