Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

How to find relation between visualization and a field?

If you rename a field in Visualizations sidebar it is not even to what field (in Fields sidebar) it refer to. Is there some easy way to find out an exact mapping?

1 ACCEPTED SOLUTION
v-lionel-msft
Community Support
Community Support

Hi @Anonymous ,

Maybe  the "Performance Analyzer" can help you.

a1.pnga2.png

If I change the name of [Brand] column into "Changed name":

a3.png

Then, I can find the fields when check the query.

// DAX Query
EVALUATE
  TOPN(
    502,
    SUMMARIZECOLUMNS(
      ROLLUPADDISSUBTOTAL(ROLLUPGROUP('Sales'[Brand], 'Sales'[CountryRegion]), "IsGrandTotalRowTotal"),
      "SumBudget", CALCULATE(SUM('Sales'[Budget]))
    ),
    [IsGrandTotalRowTotal],
    0,
    'Sales'[Brand],
    1,
    'Sales'[CountryRegion],
    1
  )

ORDER BY
  [IsGrandTotalRowTotal] DESC, 'Sales'[Brand], 'Sales'[CountryRegion]

 

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.

View solution in original post

4 REPLIES 4
v-lionel-msft
Community Support
Community Support

Hi @Anonymous ,

Maybe  the "Performance Analyzer" can help you.

a1.pnga2.png

If I change the name of [Brand] column into "Changed name":

a3.png

Then, I can find the fields when check the query.

// DAX Query
EVALUATE
  TOPN(
    502,
    SUMMARIZECOLUMNS(
      ROLLUPADDISSUBTOTAL(ROLLUPGROUP('Sales'[Brand], 'Sales'[CountryRegion]), "IsGrandTotalRowTotal"),
      "SumBudget", CALCULATE(SUM('Sales'[Budget]))
    ),
    [IsGrandTotalRowTotal],
    0,
    'Sales'[Brand],
    1,
    'Sales'[CountryRegion],
    1
  )

ORDER BY
  [IsGrandTotalRowTotal] DESC, 'Sales'[Brand], 'Sales'[CountryRegion]

 

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.

Anonymous
Not applicable

Should be easier way, like tooltip or such. That complexity means that product is not very mature.

Can we submit a feature request, what do you think?

Hi @Anonymous ,

It would be nice if there were an easier way.

You can submit your idea to Power BI Ideas .


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.

Anonymous
Not applicable

Now tooltip started to appear over Values. It shows relation to Fields.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.