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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
sabd80
Helper III
Helper III

Combine 2 visuals/Data and convert to pivot

Hi,

I have below visual that has 4 measures by date:
no1.png
 
I have switched the measures to rows and the date to column as in the screenshot number 3, through the property "Switch values to groups rather than columns" under the Value as in the below screenshot number 2:
no3.png
no2.png
 
 
 
the DAX for the measure 2.Testing 25 percentile is:
 
2.Testing 25 percentile = 
CALCULATE(
    PERCENTILEX.EXC('Testing table', [UnitSale], 0.25),  ALLSELECTED('Testing table'[Product]), 'Testing table'[UnitSale]<> BLANK())
 
I have another visual as in screenshot number 4:
the measure  [UnitSale] = sum ('Testing table'[Unit Sale])
no4.png
 
I want to have combine the data in screenshot number 3 and screenshot number 4 in one visual or a table like below:
no5.png
I can't provide the data because the report is connected to an SSAS tabular model.

Can you help?
1 REPLY 1
Anonymous
Not applicable

Hi @sabd80 ,
Based on your description, I can understand that you want to have a combined display of two visual objects. But power bi doesn't provide such an operation. You can merge the data at the data source if you want to achieve this. Because you said that this data is located on ssas, but you can provide the complete example data in excel. And attach your desired results. Please hide the private information in advance.

Best regards,

Albert He

 

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

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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