Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
As seen above I have the following columns and the practice question that I am doing requires me to get the sales, but I'm not sure how exactly can I get the Sales from all of those columns. Any help would be appreciated!
Solved! Go to Solution.
Hi @RingoSun ,
Suppose you want to sum the dollar column, you can:
1. Create a card visual and drag the [ Dollars ] field into the card visual.
2. Or new a measure like:
Measure = SUM('Table'[Dollars])
Then drag it into the card visual.
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data
Hi @RingoSun ,
Suppose you want to sum the dollar column, you can:
1. Create a card visual and drag the [ Dollars ] field into the card visual.
2. Or new a measure like:
Measure = SUM('Table'[Dollars])
Then drag it into the card visual.
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data
We want to help you but your description is too vaugue. Please write it again clearly.
You will get a quick response if you put time, care and effort into writing clear problem descriptions.