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
Hello,
I am trying to adjust my Switch statemnt so that I do not have to tediously input vlaues when I have to update the dashboard. Above line "3" is my old logic. Line "5 " begins my new logic, where I am trying to say if the code = 1003, and the LOS O/E is < [P95] (which is coming from another table) then return "P95".
Here is the [P95] column
The error I get says "A single value for column "P95" cannot be determind.
The relationbetween the tables are many to many (*:*) and being cross filtered in both directions.
Hi @RSMIT221
1. You creating a calculated column in a table and referencing another column in another table without aggregation which not allowed. If you need to access the row level of another table you need to iterate that table using FILTER or X-Aggregators or any iteration function.
2. Referencing measures in the formula of a calculated column is not a good practice.
I think you have an error in your code
Try in the end [Viz Q and A ref code] =1003 && [LOS O/E] <=('Los Baseline and percentile rank'[P95]), "95")
As you see you missed a bracket
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 |
---|---|
23 | |
15 | |
12 | |
9 | |
8 |
User | Count |
---|---|
41 | |
32 | |
29 | |
12 | |
12 |