Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hello,
unfortunately I am not a professional and need urgent help.
I have the following formula as output:
Unfortunately, there is then an error message in the data. Now I have tried to fix this error message as follows:
That didn't help either. I no longer know what to do.
Can someone help me?
Thanks, Laura
Solved! Go to Solution.
Hallo Laura,
Lets try and fix TopDealsAngebotsDatum first.
Try this:
TopdealAngebotsdatum =
IF(
ISERROR( LOOKUPVALUE(Angebote[datum_ang],Angebote[TopDeal],Auftraege[TopDeal])),
BLANK(),
LOOKUPVALUE(Angebote[datum_ang],Angebote[TopDeal],Auftraege[TopDeal])
)
The Data typ is Date.
Power BI is finding a few, but not all of them. There should be Dates from every Week this year 😞
Did you try this?
TopDeal_Yes-no =
IF(
'Aufträge'[TopdealAngebotsdatum] <='Aufträge'[datum_ab] &&
'Aufträge'[TopdealAngebotsdatum]+7>'Aufträge'[datum_ab],
1,
0
)
This is working, I feel so stupid right now.
Thank you very much.
I guess the Problem with the "TopDealName" and the "TopdealAngebotsdatum" is somewhere else. I need to first fix the other problem.
Thank you very much 🙂
Hey Laura,
Dont worry, it happens all the time to me too 😁 DAX is not easy but it is certainly fun!
Hello Tutu,
I changed this. Now it looks like this:
And the result looks like this:
so the error ist gone because blank, I got this one 😄
Can you maybe help me with fixing the
Make sure TopdealAngebotsdatum and datum_ab have data type Date
TopDeal_Yes-no =
IF(
'Aufträge'[TopdealAngebotsdatum] <='Aufträge'[datum_ab] &&
'Aufträge'[TopdealAngebotsdatum]+7>'Aufträge'[datum_ab],
1,
0
)
Hallo Laura,
Lets try and fix TopDealsAngebotsDatum first.
Try this:
TopdealAngebotsdatum =
IF(
ISERROR( LOOKUPVALUE(Angebote[datum_ang],Angebote[TopDeal],Auftraege[TopDeal])),
BLANK(),
LOOKUPVALUE(Angebote[datum_ang],Angebote[TopDeal],Auftraege[TopDeal])
)
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
22 | |
17 | |
11 | |
10 | |
9 |
User | Count |
---|---|
34 | |
27 | |
19 | |
16 | |
16 |