The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Dear all,
Mi question here is simple and hope you guys can help me.
I have a report with a measure representing income. The measure works perfectly but:
I have been asked to filter such report by the result of this measure per client (dim client) but the measure also changes taking into account the company we are filtering for (dim company) which makes the solution quite difficult given my experience.
Is there a way I can filter my whole report for such clients (say income lower than 5k) and that that filter changes dynamically given the company we are filtering for?
Thank you in advance,
Solved! Go to Solution.
@JoseCarbonell I mean, you could build that into your measure I suppose by returning a 1 or a 0 based on the criteria. It would essentially be a complex selector. So, if company A the threshold is 5K but for company B the threshold is 3K, you just build that logic into the measure and have the measure return 1 or 0. Then you can just filter to either 1 or 0. But, you have to do that for each visual. https://community.fabric.microsoft.com/t5/Quick-Measures-Gallery/The-Complex-Selector/m-p/1116633#M5...
@JoseCarbonell I mean, you could build that into your measure I suppose by returning a 1 or a 0 based on the criteria. It would essentially be a complex selector. So, if company A the threshold is 5K but for company B the threshold is 3K, you just build that logic into the measure and have the measure return 1 or 0. Then you can just filter to either 1 or 0. But, you have to do that for each visual. https://community.fabric.microsoft.com/t5/Quick-Measures-Gallery/The-Complex-Selector/m-p/1116633#M5...
User | Count |
---|---|
11 | |
8 | |
6 | |
6 | |
6 |
User | Count |
---|---|
24 | |
14 | |
13 | |
10 | |
7 |