Forum Discussion
PBIcustomizer
8 years agoFrequent Visitor
DataViewMappings for hierarchical data with partial filtering
I have two groupings (category and subcategory), which I would like to represent in a hierarchical way in a custom visual. Additionally to the measures filtered on the combinations of the two groupi...
v-viig
8 years agoCommunity Champion
Hello PBIcustomizer
Totals and subtotals ara not supported by Power BI Custom Visuals API yet.
They are in backlog but there's no ETA.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
PBIcustomizer
8 years agoFrequent Visitor
Hello,
Thanks for your reply.
Another option would be to use two category fields, one just for "Category" and a second one with "Category" and "Subcategory" (configured as groupings). Can I configure a DataViewMapping that works like this? it would be easy to do with two mappings, but as far as I know this is not possible.
Any other way out?