Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live 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.
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 67 | |
| 44 | |
| 33 | |
| 27 | |
| 23 |
| User | Count |
|---|---|
| 137 | |
| 118 | |
| 58 | |
| 40 | |
| 35 |