Forum Discussion
Add custom row to Table/matrix visual based on slicer
you can use summarize and union to do that. But I not sure how to get total before Misc.
Balance Sheet = union(SUMMARIZE(Sales,Sales[Brand],"Col1",sum(Sales[Sales]),"Col2",sum(Sales[COGS]),"sort",COUNTROWS(Sales)),SUMMARIZE(Sales,Sales[Brand],"Col1",sum(Sales[Sales]),"Col2",sum(Sales[COGS]),"sort",COUNTROWS(Sales)),DATATABLE("Area",STRING,"Col1",DOUBLE,"Value",DOUBLE,"Clo2",DOUBLE
,{
{" ",0.0,0.0,10000}
}
) )Datatable is to add some statics data
Appreciate your Kudos. In case, this is the solution you are looking for, mark it as the Solution. In case it does not help, please provide additional information and mark me with @
Thanks.
Thank you amitchandak
I did this step.
Now my next step is displaying on the report based on slicer selection. am still looking for solution.
https://1drv.ms/u/s!Ai0GzdHCLgzPkn-A21nhmXwYmGtz?e=JaEawH
am attaching power bi file and spreadsheet.
- amitchandak6 years ago
Super User
Please check Edit Interaction under Format Tab, I found Interaction has been stopped. It should be like give below.
https://www.dropbox.com/s/8yafsuybvvsp2bb/Retail_PBIRS.pbix?dl=0
Appreciate your Kudos. In case, this is the solution you are looking for, mark it as the Solution. In case it does not help, please provide additional information and mark me with @
Thanks.