Forum Discussion
bidataservices
2 years agoFrequent Visitor
Summary value from a table visual
Hi all, I have a table in Power BI, example below, that uses a number of measures taken from two tables. What I need is to show the total deferred revenue value highlighted in a...
amitchandak
Super User
2 years agobidataservices , You should have measure like
SUMX(
Fact, [Revenue to Defer]
)
SUMX(
Fact,
[Revenue]* [Defer %]
)
bidataservices
2 years agoFrequent Visitor
Thank you but that does not give me the right number