Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
bidataservices
Frequent 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. 

 

bidataservices_1-1721400379129.png

 

 

What I need is to show the total deferred revenue value highlighted in a tile visual. Struggling with this. I have tried the following measure but it does not give me the correct figure:

Deferred_Revenue_Total = SUMX(
    VALUES(Fact[FactID]),
    [Revenue to Defer]
)
 
Any help would be appreciated
3 REPLIES 3
Anonymous
Not applicable

Hi @bidataservices ,
We can't determine the relationship between your MEASURE creation process and your table.

Can you provide some sample data? We can better understand the problem and help you.

How to provide sample data in the Power BI Forum - Microsoft Fabric Community

Or show it as a screenshot or pbix. Please remove any sensitive data in advance. If uploading pbix files please do not log into your account.

Best regards,
Albert He

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

amitchandak
Super User
Super User

@bidataservices , You should have measure like

 

SUMX(
    Fact,     [Revenue to Defer]
)
 
SUMX(
    Fact,
    [Revenue]* [Defer %]
)

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Thank you but that does not give me the right number

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.