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.
Hello everyone !
I would like to know if there is a way to obtain the aggregation's calculated value for selected dimensions and measure. By investigating the dataView, have seen that there were some data with null dimensions (along with dimension time and value) :
would they be the aggregated value for each time-dimension member ?
P.S.: The data also includes the values for each third dimension - instead of null here -
Sorry, the post is not clear enough. Let's say we have a data model with a measure "score":
+-------+
| score |
+-------+
| 150 |
+-------+
Let's say there's also a dimension "signature" that we add to the custom visual afterwards. The dataview is now:
+-----------+-------+
| signature | score |
+-----------+-------+
| math | 50 |
+-----------+-------+
| biology | 50 |
+-----------+-------+
| english | 50 |
+-----------+-------+
The question is: assuming we have score by signature in the dataview already, is there a way to get the aggregate value (150) via the custom visuals API? we think not, but we'd like to get official confirmation.
Hopefully this is clear enough. Let me know
Please provide sample data in usable format and show the expected outcome.
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 |
---|---|
4 | |
4 | |
3 | |
3 | |
3 |