Forum Discussion

dofrancis3's avatar
dofrancis3
Resolver I
1 year ago
Solved

Selectect columns fonction

Dear colleagues.

Could you help me to fix this issue, as per my table and Measure below I would like to have the values in my last column (Quarter) please could you help me to fix the measure because for the column is empty, I don’t know why please advise:

 

  • Anonymous's avatar
    Anonymous
    1 year ago

    Hi, dofrancis3 

     

    There's one missing here.

     

    Best Regards,

    Community Support Team _Charlotte

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

5 Replies

  • Dear dofrancis3 

    Could you please provide sample data that fully represents your issue or question in a usable format, rather than a screenshot? Ensure the dataset is anonymized and does not contain any sensitive or unrelated information.

     

    Additionally, it would be very helpful if you could share the expected outcome based on the provided data - this can be in any format, including a screenshot. Having a clear reference for comparison will significantly improve the chances of getting the correct solution in the first response.

     

    For best practices, you may find the following links useful:

     

    Please take a little more time to draft your. Some of the questions related to your initial query are as follows:

     

    • The measure is not fully shown in your screenshot. What is purpose of that measure creating a calculated column?
    • How is the "Quarter" column related to the measure you have shown in the screenshot?
    • What values would you like to populate in last column?
    • What is your expression and what is the exact issue you are facing?
    • What are the expected results you want?

    Thanks

    Udit

     

     

     

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi, dofrancis3 

     

    I've briefly simulated some data in the hope of solving your problem. You can try the following formula.

    New Table = 
    SELECTCOLUMNS(BizOPs_dataset,
        "Country", BizOPs_dataset[Country],
        "Year", BizOPs_dataset[Year],
        "Quarter", BizOPs_dataset[Quarter],
        "Antigen", "DPT1",
        "Age Group", "12-13 months",
        "Does Cumulative", [Measure]
    )

    Please refer to the attachment.

     

    Best Regards,

    Community Support Team _Charlotte

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

    • dofrancis3's avatar
      dofrancis3
      Resolver I

      Dear Anonymous 

      As you can see it doen't work if i would like to use more measures and collumns please advise

       

      • Anonymous's avatar
        Anonymous
        Not applicable

        Hi, dofrancis3 

         

        There's one missing here.

         

        Best Regards,

        Community Support Team _Charlotte

        If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.