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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi, @davidz106
Thanks for @MattAllington help. Feel free to help if you can share some sample data without sensitive information and expected output.
Best Regards,
Yang
Community Support Team
You can filter any values you don't want in the filter pane. You could also produce your own disconnected table by importing values you need and paste into a new table in PBI.
Yes. Create a numeric field parameter. This generates a disconnected table in the model. The value measure can be used inside another measure to do the calc you need. You can also use the column in the disconnected table in the visual (instead of the slicer) to show all possible outcomes.
I want to multiply each row by different user selected value (different for each Trial_label/row). As far as I understand numeric field paramter will only be 1 value by which I could set up multiplication. Probably this is not achiable in PBI since I would need modifyable datatable.