Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi Everyone I am feeling very stupid because I can't figure out the solution ( think my brain is in Dax overload)
I have a measure to calculate the total tourist visitors to regional Victoria (I am in Australia)
Hi @FelixElliott ,
Based on the description below code can help you:-
Subregion Visitors =
CALCULATE(
[Total Visitors],
'Region_Dim_Key'[State] = "Victoria",
'Region_Dim_Key'[Region_Key] = SELECTEDVALUE('Region_Dim_Key'[Region_Key]),
'Region_Dim_Key'[Region_Key] <> 2017,
'Region_Dim_Key'[Region_Key] <> 2039,
'Region_Dim_Key'[Region_Key] <> 2037
)
Best Regards,
Samarth
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin
Hi @FelixElliott check link with example using DAX function ALLEXCEPT. In your example there is no information enought to provide possible solution, like model and relationships.
Proud to be a Super User!
Hi @FelixElliott ,
I don't know exactly what you need, can you present it in the form of excel or result chart?Thank you.
Best Regards,
Xianda Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 12 | |
| 10 | |
| 8 |