Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
7 | |
6 | |
3 | |
2 | |
2 |
User | Count |
---|---|
6 | |
5 | |
4 | |
4 | |
3 |