Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hello
I'm looking for advice on an issue (I'm new to Power BI). I have data that is used for benchmarking. The relevant table contains both the data to be benchmarked (dataA) and the data against which it will be benchmarked (dataB).
To separate the data so that dataA is not included in dataB, as it's not good practice to include the data to be benchmarked in the data that it will be benchmarked against, I have created a virtual table that is filtered by a measure [Active Org]. The measure is controlled by a slicer that selects the client allowing us to see their data (dataA) in comparison with dataB.
This virtual table it relatively straightforward:
Solved! Go to Solution.
calculated table is not supposed to be responsive to the slicer. I would suggest you simplify your report, upload your pbix file here and let us see how it could be solved.
calculated table is not supposed to be responsive to the slicer. I would suggest you simplify your report, upload your pbix file here and let us see how it could be solved.
thank you very much - I'm not oging to upload the pbix, but I take your point and advice.
thank you - unfortunately that doesn't work
You could try this:
VirtualTable2 = filter(DataTable,NOT(DataTable[OrgID] = [Active Org]))
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
11 | |
9 | |
7 | |
6 | |
5 |
User | Count |
---|---|
20 | |
11 | |
10 | |
9 | |
6 |