Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I want to have a bar chart where the FDI country name is the Y-axis, and viewers can select CapEx (sum of $), Jobs (sum), and Project Count (represented by count of the NE column). I need help with the DAX or a step-by-step visual tutorial on how to create this field parameter. It is unclear to me if I need to first make measures for Jobs, CapEx, and NE (count of projects). The table is: "2017-2023 FDI"
Solved! Go to Solution.
Here you go:
Yeah, rule of thumb, always create measures for anything, even if it is just the sum of a column.
Here you go:
Yeah, rule of thumb, always create measures for anything, even if it is just the sum of a column.
will you show me how to make the measure for the project count (since I cannot use sum)?
Project Count = COUNT('Table'[NE])
Hi @buddycho
Yes you need to create measures for any calcualtions first.
Otherwise Power BI will treat them as categories.
Here is a step by step: https://www.wiseowl.co.uk/blog/s3054/field-parameters.htm
If you are happy with this answer please mark as a solution for others to find !
Kudos are always appreciated! Check out our free Power BI video courses.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 49 | |
| 40 | |
| 37 | |
| 14 | |
| 14 |
| User | Count |
|---|---|
| 86 | |
| 69 | |
| 37 | |
| 29 | |
| 26 |