Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have one table with many accounts which I would like a slicer to single out based on certain accounts.
i created a new table to single out the desired accounts but after joining the tables one to many and using the sclicer based on the new created table. All of the accounts still show up ( they have blank values but are still present) I want to exclude blanks from the results and I cannot find an option to do this.
Thank you in advance!!
Solved! Go to Solution.
Hi, @Julian101
You can try the following methods.
Measure = CALCULATE(SUM('Main Table'[expense]),FILTER(ALLEXCEPT('Created Table','Created Table'[Account]),[expense]=SELECTEDVALUE('Created Table'[expense])))
Is this the result you expect? Please see the attached document.
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @Julian101
You can try the following methods.
Measure = CALCULATE(SUM('Main Table'[expense]),FILTER(ALLEXCEPT('Created Table','Created Table'[Account]),[expense]=SELECTEDVALUE('Created Table'[expense])))
Is this the result you expect? Please see the attached document.
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If you want your table to only show accounts to type "BANK". Add a filter to the visuals highlighted here:
You can do the same with a slicer. The non-BANK type accounts will not show in the slicer, but the slicer will not filter until at least value is chosen in the filter. You can force it to always choose a single value in the properties. If you truely only will ever want one value chosen. But if it is a slider, or multi select, that won't work.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
69 | |
68 | |
40 | |
29 | |
26 |
User | Count |
---|---|
89 | |
49 | |
44 | |
38 | |
37 |