This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi Community
as you can see in the picture attached below, my formula is not working properly.
Does anyone have any idea how I can adjust my formula to show the correct result in each row.
or should I use a measure here?
Hope you can help me with this 🙂
Testfile --> https://www.transfernow.net/dl/202201267L8uSdBw
IF-Function
@Anonymous Please confirm if this is for Power BI Report Server or for the service.
Here is a cleaned up and corrected version of the calculated column according to your requirement.
within 2022 =
var _yr_2021 = DATE ( 2021, 12, 31 )
var _yr_2022 = DATE ( 2022, 12, 31 )
return 200*(data[category] = "Küche")*
((data[Shipment] > _yr_2021 && data[Shipment] < _yr_2022)*0.25+
(data[IBN] > _yr_2021 && data[IBN] < _yr_2022)*0.5+
(data[Ready] > _yr_2021 && data[Ready] < _yr_2022)*0.25)
+300*(data[category] = "Bad")*
((data[Shipment] > _yr_2021 && data[Shipment] < _yr_2022)*0.25+
(data[IBN] > _yr_2021 && data[IBN] < _yr_2022)*0.5+
(data[Ready] > _yr_2021&& data[Ready] < _yr_2022)*0.25)
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 38 | |
| 29 | |
| 28 | |
| 20 | |
| 18 |
| User | Count |
|---|---|
| 65 | |
| 35 | |
| 30 | |
| 25 | |
| 23 |