This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
HI all,
I have a question regarding a filter:
I have a column called "Region of Implementation Consultant"
I need to create a Region filter to see if number of regions in the scope has an impact on the time?
Same as the column "#Regions in Scope" but in Filter.
Filter should show 1 (if only onre region), 2 (if 2 regions affected), 3 (if 3 regions), etc..
any help would be appreciated
Thanks
Solved! Go to Solution.
HI Stephen
I got the solution.
# of Regions=
CALCULATE (
DISTINCT COUNT ('Weekly Slippage' [Region of Implementation Consultant] ),
ALLEXCEPT ('Weekly Slippage' ,'Weekly Slippage' [CID] )
)
thanks anyway
Hi @romovaro ,
Sorry, not very clear.
Is there any connection between the number of the region and the field of the slicer?
Whether the number of the region corresponds to the value of the slicer field, or whether the number of the region is related to the number of slicer field filters.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
HI Stephen
I got the solution.
# of Regions=
CALCULATE (
DISTINCT COUNT ('Weekly Slippage' [Region of Implementation Consultant] ),
ALLEXCEPT ('Weekly Slippage' ,'Weekly Slippage' [CID] )
)
thanks anyway
Please provide sanitized sample data that fully covers your issue.
Please show the expected outcome based on the sample data you provided.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 32 | |
| 26 | |
| 21 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 65 | |
| 43 | |
| 28 | |
| 22 | |
| 22 |