Forum Discussion
Running Totals using Multiple Filters
- 5 years ago
Hi LauraAshburn ,
As the relationship between "billing activities" and "Budget" is many to many,when you directly add the data to the table visual,it may duplicate the same value,the best way is to create a measure to get the value from budget you need :
_Budget = CALCULATE(SUM(Budget[Budget]),FILTER('Budget','Budget'[BudgetDate]=SELECTEDVALUE(billing_activities[Date])),'Budget'[BudgetSort]=5)And you will see:
For the related .pbix file,pls see attached.
Best Regards,
KellyDid I answer your question? Mark my post as a solution!
I haven't ever posted before. Where to up upload the .pbix? That way you can at lease see the measures, right?
LauraAshburn , You can upload to one drive or dropbox and share the link
- LauraAshburn5 years agoHelper I
I saved it to my OneDrive but can't find where there is a url to use as a link.
- amitchandak5 years agoSuper User
LauraAshburn , right click and get shareable link. or check some options like three dots
- LauraAshburn5 years agoHelper I
I pasted the link in Message 10