The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi, i have the next problem:
I have two data slicers that feed on the same field, that is, I have two filters that feed on the dim_orders[txt] field, I have two filters because I need to make the comparison between the orders.
My problem is that I need to create a dax that shows me the values selected in each filter. That is, if I have selected order 1 in segmentation 1, it returns that value (order 1) and if I have selected order 2 in segmentation 2, it returns that value (order 2)
The problem is that since both filters are fed from the same field, the result I get is blank.
Solved! Go to Solution.
Correct. Your slicers must be fed from disconnected tables. Then you can use measures to calculate your result in the original table.
Correct. Your slicers must be fed from disconnected tables. Then you can use measures to calculate your result in the original table.
User | Count |
---|---|
26 | |
10 | |
8 | |
6 | |
6 |
User | Count |
---|---|
31 | |
11 | |
10 | |
10 | |
9 |