Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello,
Below is what I am trying to accomplish.
I have the pbix for the example below, but not sure how to post it.
Thanks in advance,
I tried your suggestion, thank you!! It is close but doesn't work when the date selected is changed to include the older effective/expiration date range. The older date range cost is included in the first screen print, but see the second screen print and what happens when I add Measure 2 to the grid.
Before adding Measure 2 to the grid:
After adding Measure 2 to the grid:
Hi, I did have the visual filter set to 1 for Measure 2, but unfortunately it still doesn't work when the as of date is changed from 2/1/2022 to 1/12/2022. The cost for cost code 1234 should change from $250 to $150 instead.
Hi @curtismob
Please upload pbix file in google drive, make any one can access it and share the link here
Proud to be a Super User! | |
Hi @curtismob ,
Try to create a measure like below and apply it to visual level filter:
Measure 2 =
var rank_ =
RANKX (
ALLEXCEPT( Cost,Cost[CostCode] ),
[Measure Cost AsOf]
)
var min_vendor = CALCULATE(MIN(Cost[VendorNo]),FILTER(ALLSELECTED(Cost),Cost[CostCode]=MAX(Cost[CostCode])))
return IF(rank_=1&&MAX(Cost[VendorNo])=min_vendor,1,0)
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @V-lianl-msft,
Thank you for the response, I'm not sure why I wasn't notified you reponded. I will give this a try and update this thread.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 97 | |
| 76 | |
| 52 | |
| 51 | |
| 46 |