March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch 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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
21 | |
14 | |
9 | |
6 | |
5 |
User | Count |
---|---|
29 | |
22 | |
20 | |
13 | |
10 |