The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Solved! Go to Solution.
Hi, @Power_MN
Please check the below picture and the pbix file's link down below.
Holiday or not =
IF (
DATE ( YEAR ( [Forecast next Order Date] ), MONTH ( [Forecast next Order Date] ), DAY ( [Forecast next Order Date] ) )
IN ALLSELECTED ( Holidays[Holidays] ),
"Holiday",
"Not Holiday"
)
https://www.dropbox.com/s/xgf8cztetxl562t/Sample.pbix?dl=0
Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.
Linkedin: linkedin.com/in/jihwankim1975/
Twitter: twitter.com/Jihwan_JHKIM
Hi, @Power_MN
Please check the below picture and the sample pbix file's link down below.
Is Holiday =
IF (
SELECTEDVALUE ( Dates[Date] ) IN ALLSELECTED ( Holidays[Holiday] ),
"Holiday",
""
)
https://www.dropbox.com/s/fs11jd0kcpd52ad/powermn.pbix?dl=0
Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.
Linkedin: linkedin.com/in/jihwankim1975/
Twitter: twitter.com/Jihwan_JHKIM
@Jihwan_Kim thank you for your answer.
Maybe I don't formulate it right.
My "Date" is a measure (not a column). This calculated Date should be checked. If the calculated Date is also in the table "Holiday", the measure should return "Holiday".
Thank you
Kind regards
Michael
Hi, @Power_MN
Thank you for your feedback.
If it is OK with you, please share your sample pbix file's link here. It will help me a lot to make less confusion.
Thank you.
@Jihwan_Kim
the sample file can be open by using following OneDrive Link:
https://1drv.ms/u/s!Aosv7ECDrc5dtzH5Tu0IrWdeW4cU?e=4TXlfV
Thank you for your help!
Kind regards
Hi, @Power_MN
Please check the below picture and the pbix file's link down below.
Holiday or not =
IF (
DATE ( YEAR ( [Forecast next Order Date] ), MONTH ( [Forecast next Order Date] ), DAY ( [Forecast next Order Date] ) )
IN ALLSELECTED ( Holidays[Holidays] ),
"Holiday",
"Not Holiday"
)
https://www.dropbox.com/s/xgf8cztetxl562t/Sample.pbix?dl=0
Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.
Linkedin: linkedin.com/in/jihwankim1975/
Twitter: twitter.com/Jihwan_JHKIM
User | Count |
---|---|
24 | |
10 | |
8 | |
7 | |
6 |
User | Count |
---|---|
32 | |
12 | |
10 | |
10 | |
9 |