Forum Discussion
Anonymous
6 years agoNot applicable
How can I create a dynamic summary table to include in a DAX measure?
I'm trying to create a calculated table that responds to slicer(s) selections and sums spend, grouped by FiscalYear. I want to use columns from this table as arguments to the XIRR function. I think ...
- 6 years ago
Hi Anonymous ,
The cause is as what amitchandak said.
You can try to create a measure and then create a table visual.
Total Cashflow = SUM(FACT[Spend])Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Icey
Community Support
6 years agoHi Anonymous ,
The cause is as what amitchandak said.
You can try to create a measure and then create a table visual.
Total Cashflow = SUM(FACT[Spend])
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.