Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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?
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
23 | |
10 | |
10 | |
9 | |
7 |