Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hi @slim ,
I find that the old description is removed. Have you resolved your problem? If yes, please accept the helpful answer as a solution. And welcome to share your own solution. If you still have questions, please share some sample data and expected results. Then we will understand clearly and solve it quickly.
Try this
PIR Forecast =
VAR __Products = { "ABC", "PER", "XYZ" }
VAR __selectedProduct =
SELECTEDVALUE ( Products[Product] )
VAR __forecast =
CALCULATE (
IF (
SELECTEDVALUE ( Dates[Weeknumber] ) > 'Last Impact'[Last Sales week],
.2,
BLANK ()
)
)
//copied forecast logic from your snapshot
VAR __result =
IF ( __selectedProduct IN __Products, __forecast, BLANK () )
RETURN
__result
If this is not working, please share your pbix file or sample datasets in a tabular format.
Did I answer your question? Mark my post as a solution!
Appreciate with a kudos 🙂
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
90 | |
87 | |
84 | |
68 | |
49 |
User | Count |
---|---|
131 | |
111 | |
96 | |
71 | |
67 |