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
I am creating a grouping for my measures to show them in a different way like in excel for a table visual.
Currently it times out as I believe it's to big, is there anyway I can optimize the following:
SWITCH(SELECTEDVALUE('measure group'[measure name]),
"Name",[measure1],0)
There are 170 measures in this calculation I have only put one for the example. So will go up to measure170
Hello @Infidti , If multiple measures take similar value then create using OR statement to reduce number of iterations. For example
Switch(Selected Value(Measures),
"Name1"||"Name2"||"Name3", Measure1,.....
If this post helps, then please consider accepting it as the solution to help other members find it more quickly. Thank You!!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
89 | |
84 | |
70 | |
51 |
User | Count |
---|---|
206 | |
143 | |
97 | |
79 | |
68 |