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.
Dear all,
i want to have a calculated coulmn called diff. Here i want to substract the value for each Cat -100 (actually the value from Car OEE100. But can be also use a constant if easier.
Like Cat="" Availability" 69.5340... - 100 and write the result in column diff.
Next Cat = "Performance" 62.192... - 100
Thx to all
Hi,
Share data in a format that can be pasted in an MS Excel file.
Thx for the reply. But for row 2 i need value -38 since 62-100 is the substraction.
thx a lot
hi @pfiloch ,
try to add a column like:
column =
VAR _valuepre =
MAXX(
TOPN(
1,
FILTER(data, data[Index]<EARLIER(data[index])),
data[index]
),
data[value]
)
RETURN
[Value] - _valuepre
it worked like:
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
22 | |
7 | |
6 | |
6 | |
6 |
User | Count |
---|---|
27 | |
10 | |
10 | |
9 | |
6 |