Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Hi All,
I have a dataset with several location
I have a slicer to select certain locations
Is there a possibility to assign a what if per location I choose?
Location
LA
Miami Select
NY Select
Boston
Houston - Select
What if selection type ( Buy , Sell)
Miami = Sell
Ny = Buy
Houston = Buy
so then I can
IF(Selectedvalue = "buy", [Measure Buy], [Measure Sell]
Any ideas?
Solved! Go to Solution.
Yes. You can make add a column with an IF or SWITCH to have Buy/Sell etc in the correct rows, or make a disconnected table with your slicer options and the Buy/Sell column. You just need the slicer selection to filter the Buy/Sell column somehow.
You can then use MIN(SlicerTable[BuySellColumn]) in your expression in place of "selectedvalue".
Regards,
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Yes. You can make add a column with an IF or SWITCH to have Buy/Sell etc in the correct rows, or make a disconnected table with your slicer options and the Buy/Sell column. You just need the slicer selection to filter the Buy/Sell column somehow.
You can then use MIN(SlicerTable[BuySellColumn]) in your expression in place of "selectedvalue".
Regards,
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
84 | |
78 | |
54 | |
39 | |
35 |
User | Count |
---|---|
99 | |
80 | |
49 | |
48 | |
48 |