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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Riaz02
Regular Visitor

Table in the report view not to my expectations

Good day,

 

How can i create the "Table in report view What i want" with the data set ?

 

Screenshot 2024-10-13 160926.png

1 ACCEPTED SOLUTION
Jihwan_Kim
Super User
Super User

HI,

I am not sure if I understood your question correctly, but please try to create an explicit measure, something like below.

 

Jihwan_Kim_0-1728917160618.png

 

 

Numbers expected result measure: =
VAR _t =
    SUMMARIZE (
        Data,
        Data[Category],
        Data[Numbers]
    )
RETURN
    SUMX (
        _t,
        Data[Numbers]
    )

 


If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Click here to visit my LinkedIn page

Click here to schedule a short Teams meeting to discuss your question.

View solution in original post

10 REPLIES 10
Riaz02
Regular Visitor

Hi

Jihwan_Kim

 

The formula worked perfect for the first Data [number] table but when used for the the second table (lets call this Data [number2]) the system sums something else up. 

 

The total value expected is around 14 but the system gives a number of 73. 

 

I dont know if the following info about Data[number2] might help.

Data[number2] is created via a formula in power BI.

 

Could this be a reason why the system provides another value ?

 

 

Hi,

I am not sure if I understood your question correctly, but please check the below picture and the attached pbix file.

If you want to use the measure, not the column, inside your expected result measure, please try something like below.

 

Jihwan_Kim_0-1729047374546.png

 

 

expected result by using Numbers measure =
SUMX (
    DISTINCT ( Data ),
    [Numbers measure:]
        / CALCULATE (
            COUNTROWS ( Data )
        )
)

 

 


If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Click here to visit my LinkedIn page

Click here to schedule a short Teams meeting to discuss your question.

Hi Jihwan_kim,

I was not able to confirm yet if it works. After the weekend i will be back and in office and confirm. 

I am trying to send the pbix file and excel file, but the system does not accept it. Idk why.

This formula is not providing the expected results.

Attached a snip of the files.

 

I hope that you can guide me with this info

 

Data set_1.pngData set_raw data.png

 

Hi, please share the link of your sample pbix file, for instance, onedrive link, dropbox link. or others.

Thank you.


If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Click here to visit my LinkedIn page

Click here to schedule a short Teams meeting to discuss your question.

Hi,

I do not have access. 😥


If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Click here to visit my LinkedIn page

Click here to schedule a short Teams meeting to discuss your question.

Hi Jihwan_Kim,

Apologies. Still learnig.

The request to share the folder has been received and also accepted.

 

 

 

 

 

 

Jihwan_Kim
Super User
Super User

HI,

I am not sure if I understood your question correctly, but please try to create an explicit measure, something like below.

 

Jihwan_Kim_0-1728917160618.png

 

 

Numbers expected result measure: =
VAR _t =
    SUMMARIZE (
        Data,
        Data[Category],
        Data[Numbers]
    )
RETURN
    SUMX (
        _t,
        Data[Numbers]
    )

 


If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Click here to visit my LinkedIn page

Click here to schedule a short Teams meeting to discuss your question.

Jihwan_Kim

 

Yes thank you. It works perfect.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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.

Top Solution Authors
Top Kudoed Authors