Forum Discussion
Create a slicer or filter from a Measure
- 5 years ago
Hi Anonymous
Based on your explanation, I create a sample file, you can take it for reference. See sample file attached below.
Besides, the easiest way is to create a column,
In Range Col = IF('All Bookings'[Billing Finish Date]<=TODAY(),"Expired","Booked")Then, drag this column into the slicer:
Result:
Best Regards,
Community Support Team _ Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.
Anonymous , You have to create an independent table(NewTable) with these two values
Create measures using this
countx(filter(values(Bookings[Contract#]), [In Range] =max(NewTable[Value])),Bookings[Contract#])
Check my video on a similar topic
Dynamic Segmentation, Bucketing or Binning: https://youtu.be/CuczXPj0N-k
When I try to create the new measure suggested with the new table name I get lots of errors
Any help will be appreciated