Property IsAvailableforMDX set to false test so you can see where it breaks #1241
Replies: 2 comments 1 reply
-
Sorry, is this a question or just an observation? Side effects from setting IsAvailableInMdx have been known for a while. The bottom line is that it should be used with caution. |
Beta Was this translation helpful? Give feedback.
-
I have read that, any other articles. I do not see where it actually discusses this scenario, or how to interpret what was written in the article that i would have known my side effect should have been expected. I have also set IsAvailableforMDX set to false on FK to get distinctcounts, and i do not see any difference, despite the warnings in the article |
Beta Was this translation helpful? Give feedback.
-
Set IsAvailableforMDX set to false for ORDER_ID and couple other items in FACT.
In PBI - Add matrix with customer and total orders
add table that acts a line of details for each order....make order_id is in it.
filter page for a day just to get a smaller number of records.
Everything shows as expected.
Click matrix. Great details table filters for order by customer
Now click a ROW in the details section. You WILL get the error in the MATRIX visual (or table) basically saying tough luck.
Luckily with TE3 you can make the change fast to test
Set it back to True and just recalc (not process the table) only take a few secs for 100 Mil rows.
Beta Was this translation helpful? Give feedback.
All reactions