Forum Discussion
extract single value
Thanks, the result is rigth, ist possible to share the Pbix file to understnad better.
Hi Anonymous ,
Or you could do like this:
First, create a [Index] column in "Edit Queries";
Second, create a calculated column:
Column =
VAR x = MOD([Index], 2)
RETURN
IF(
x = 0,
BLANK(),
[C3]
)
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous6 years agoNot applicable
It need not in a sequence .. the records in C3 will not be in sequence. In that how to resolve this?
- v-lionel-msft6 years agoCommunity Support
Hi Anonymous ,
The [Index] column is not added for sorting, but to lock the rows in each group (grouped by C1 and C2 columns), because the values of C3 after grouping of C1 and C2 columns are the same, so the condition cannot be judged.This is a convenient calculation method.
Best regards,
Lionel ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous6 years agoNot applicable
Above solution doesn't work
- edhans6 years agoCommunity Champion
Anonymous can you be more specific? You keep saying for us to share the file, but my first post has the file link.
THen you keep responding that something isn't working. Can you please tell us EXACTLY what isn't working and what your expected output is? Help us help you. Just saying "it doesn't work" isn't helpful. Our solutions do work if implemented correctly and if we understand your requirements. You have to be very clear about what those requirements are, and what exactly isn't working to give those requirements