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

Get certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now

Reply
Anonymous
Not applicable

Total of measure

Hi, i've looked at a couple of similair posts but can't seem to figure out how to solve this. I have a measure which gives me the lowest value between the sum of a value AND another value. Here's the measure:

 

CALCULATE(
                    MIN(   
                             SUM(table1[value1]),   MIN(table2[value2])
                            ))
 
When i put this measure into a table, the 'total' shows as 83.33 - which is not possible because there are values with 78,000 in the column. 
 
Is there a way I can make another measure to show the total sum of this table? Then i would be able to put this measure in a card. 
 
1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

At GT is calculated again, you need to group data at some level like

sumx(summarize(table1,table1[View 1],table[View 2],"_sum",CALCULATE(MIN(SUM(table1[value1]),   MIN(table2[value2])
                            ))),[_sum])

 

Appreciate your Kudos. In case, this is the solution you are looking for, mark it as the Solution. In case it does not help, please provide additional information and mark me with @
Thanks. My Recent Blog -
Winner-Topper-on-Map-How-to-Color-States-on-a-Map-with-Winners , HR-Analytics-Active-Employee-Hire-and-Termination-trend
Power-BI-Working-with-Non-Standard-Time-Periods And Comparing-Data-Across-Date-Ranges

Connect on Linkedin

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

View solution in original post

3 REPLIES 3
amitchandak
Super User
Super User

At GT is calculated again, you need to group data at some level like

sumx(summarize(table1,table1[View 1],table[View 2],"_sum",CALCULATE(MIN(SUM(table1[value1]),   MIN(table2[value2])
                            ))),[_sum])

 

Appreciate your Kudos. In case, this is the solution you are looking for, mark it as the Solution. In case it does not help, please provide additional information and mark me with @
Thanks. My Recent Blog -
Winner-Topper-on-Map-How-to-Color-States-on-a-Map-with-Winners , HR-Analytics-Active-Employee-Hire-and-Termination-trend
Power-BI-Working-with-Non-Standard-Time-Periods And Comparing-Data-Across-Date-Ranges

Connect on Linkedin

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here
Anonymous
Not applicable

Hi Amit,

Thanks for your reply. I'm having a bit of trouble understanding what [View 1] and [View2] is. You also use 'table[View 2]' which i'm not sure about because I don't have a 'table' called 'table'. 

As I don't know where you want to group data, I kept view and view 2 for that. It can only 1 or 2 or any number

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

Helpful resources

Announcements
November Carousel

Fabric Community Update - November 2024

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

Live Sessions with Fabric DB

Be one of the first to start using Fabric Databases

Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.

Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.

Nov PBI Update Carousel

Power BI Monthly Update - November 2024

Check out the November 2024 Power BI update to learn about new features.