Forum Discussion
Sum by Group - output question
- 6 years ago
Hi,
Please try to create a What If parameter such as below:
It will automatically create a slicer.
Then create a check measure:
Check = IF([PO Total]<SELECTEDVALUE(Parameter[Parameter]),1,0)Apply this measure to the original table visual.
For example, i define a policy that the result only shows the rows which [PO Total] is less than the specified value from slicer.
The result shows:
Here is my test pbix file:
Hope this helps.
Best Regards,
Giotto Zhi
The table was an example only as the real dataset is huge and contains sensitive information.
The field I want to filter by is the PO Total measure, but it wont allow me to use it on a slicer...?
I cant use the filter pane, I would rather have the user interact with the dashboard directly.
Thanks.
Hi,
Please try to create a What If parameter such as below:
It will automatically create a slicer.
Then create a check measure:
Check = IF([PO Total]<SELECTEDVALUE(Parameter[Parameter]),1,0)Apply this measure to the original table visual.
For example, i define a policy that the result only shows the rows which [PO Total] is less than the specified value from slicer.
The result shows:
Here is my test pbix file:
Hope this helps.
Best Regards,
Giotto Zhi
- Anonymous6 years agoNot applicable
Thanks so much.
I would not have thought about doing it this way.