Forum Discussion
Anonymous
9 years agoNot applicable
Price Change Filter
I have been tasked to see if there is a way (formula) in Power BI that would allow users to see only items that had a predetermined price change over the prior period over a set price...they say a 3%...
dkay84_PowerBI
9 years agoMicrosoft Employee
I would think the best approach here would be to have a table with incremental values, say "0.5%", "1%", "1.5%" etc. up to some limit, and use this as a slicer. Simultaneously, add a calc column to the original data that determines the price change (or if it comes from the data source) and then add another calc column for the percentage bucket. Those buckets would mirror the buckets you made in the first table, and then you can build a relationship and use the slicer in the report.
Anonymous
9 years agoNot applicable
I like your idea...that did not cross my mind. Thx!