Forum Discussion

vmsouza30's avatar
vmsouza30
Helper I
9 years ago

DAX FUNCTION

I have a table with the name of 10 clients, where I want to demonstrate multiple sales reports.

 

In this project I need to limit the display of data to only the client who will see their own report, ie the client can not see the details of the other data. So far so good.

 

After applying a role management using the client name filter, I need to generate a scatter chart that shows the comparison of some data from that client with the other clients, but without the current client knowing who the other clients are.

 

Is it possible to do this within Power BI or through some DAX formula? If so, how do I do this?

3 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi vmsouza30

     

    Can you post some sample data and the output expected in OneDrive / DropBox and post the link.

     

     

    Cheers

     

    CheenuSing

    • vmsouza30's avatar
      vmsouza30
      Helper I

      Hi Phil,

       

      I have already applied the RLS to restrict access to data only for a specific client (MOBILE).

       

      After that, that's my problem starts, I need to have a dashboard (I need applied Graphic Scatter) where I can show comparative data with other clients.

       

      Example: The customer who buys 100 items from a product at that time, I want to compare and show the customer, for this segment, whether I have more purchases or fewer products.

       

      As a general rule, I have to hide the names of the other Dashboard clients.

       

      It´s clear?