March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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:
Solved! Go to Solution.
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
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
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
123 | |
85 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
157 | |
97 | |
79 | |
69 |