Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi,
With original Table 1,
First, I would like to multiply Rate% by the same WO no. From Table 1; I am not sure which fomular I should use such that only multiply for the same group in WO column.
Then, I would like to average Yield % in Table 2 by the same WO no.
Please advise fomular I should use.
Solved! Go to Solution.
@Anonymous
Not sure if I correctly understand, but please try
Yield % =
VAR T1 =
SUMMARIZE (
TableName,
TableName[WO],
TableName[Product],
"@Yield", PRODUCT ( TableName[Rate] )
)
RETURN
AVERAGEX ( T1, [@Yield] )
@Anonymous
Not sure if I correctly understand, but please try
Yield % =
VAR T1 =
SUMMARIZE (
TableName,
TableName[WO],
TableName[Product],
"@Yield", PRODUCT ( TableName[Rate] )
)
RETURN
AVERAGEX ( T1, [@Yield] )
Good morning everyone.
Has anyone ever made an application in Visual Studio (Vb.net) to open a Gravico or destbord in the form of an application. And would you have some example to send me Or could you describe how it was done.
Good morning everyone.
Has anyone ever made an application in Visual Studio (Vb.net) to open a Gravico or destbord in the form of an application. And would you have some example to send me Or could you describe how it was done.
Hi @Anonymous
do you have relationships between the two tables? Can you clarify? I assume you want (1.0 x 1.0 ) x (1.0 + 1.0)/2 is that correct?
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
11 | |
9 | |
7 | |
6 | |
5 |
User | Count |
---|---|
20 | |
11 | |
10 | |
9 | |
6 |