Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
I am using this formular, in order to evaluate if some requirement are fulfil. But it does not give me "No" for B10, but works with B12 for both "Yes" and "No".
Solved! Go to Solution.
Hi @Anonymous ,
Please update the formula of calculated column [Dag] as below and check whether you can get the correct result.
Dag =
VAR dag = Ark1[øvelsesnummer]
RETURN
IF (
(
Ark1[Station] = "Christianshavn"
&& Ark1[Dato] <= DATE ( 2020, 10, 17 )
&& dag IN { "B10", "B12" }
)
|| ( dag
IN { "B1", "B2", "B10", "B12" }
&& Ark1[Station] = "Frederiksberg"
&& [Week Nr] <= 17 ),
"Ja",
"Nej"
)
If the above one can't get the correct result, please provide some sample data(exclude sensitive data) and the related calculation logic in order to provide the suitable solution for your scenario. Thank you.
Best Regards
@Anonymous
Proud to be a Super User!
It did not work. The formula has to end with a no, as no is given for both blank cells but also if the criteria in are not fulfill in any of the iterations.
Hi @Anonymous ,
Please update the formula of calculated column [Dag] as below and check whether you can get the correct result.
Dag =
VAR dag = Ark1[øvelsesnummer]
RETURN
IF (
(
Ark1[Station] = "Christianshavn"
&& Ark1[Dato] <= DATE ( 2020, 10, 17 )
&& dag IN { "B10", "B12" }
)
|| ( dag
IN { "B1", "B2", "B10", "B12" }
&& Ark1[Station] = "Frederiksberg"
&& [Week Nr] <= 17 ),
"Ja",
"Nej"
)
If the above one can't get the correct result, please provide some sample data(exclude sensitive data) and the related calculation logic in order to provide the suitable solution for your scenario. Thank you.
Best Regards
It helped! Thank you for your help!
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 43 | |
| 38 | |
| 35 | |
| 21 | |
| 15 |
| User | Count |
|---|---|
| 63 | |
| 58 | |
| 28 | |
| 27 | |
| 25 |