Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi, I am brand new to PB and need some help to figure this out.
I have a Table with General Ledger accounts, I also created a AccountSeries table to use as a slicer.
I want to use the AccountSeries to filter the Account table and see the result in the left Matrix in pic.
So if I select 20000 and 30000 from AccountSeries it will slice Account to only show rows between 020000-029999 and 030000-039999
I tried to find something like: DISTINCT ( Account[Account Number] where starts with something) without luck.
Is this even possible?
Am I looking at this the wrong way?
I need atleast a hint how to proceed.
Solved! Go to Solution.
What you need to do is add the series column to your Account table. Something like this should do the trick.
Account Series = FLOOR ( 'Table'[Account], 10000 )
Then you can add both columns as slicers and the Account Series will filter the Account slicer.
What you need to do is add the series column to your Account table. Something like this should do the trick.
Account Series = FLOOR ( 'Table'[Account], 10000 )
Then you can add both columns as slicers and the Account Series will filter the Account slicer.
Amazing it works 😁
I've learned so much by this solution and will apply this to many other things.
Thank you so much.
/ kmansweden
User | Count |
---|---|
84 | |
76 | |
74 | |
48 | |
39 |
User | Count |
---|---|
114 | |
56 | |
51 | |
42 | |
42 |