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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register 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

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

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

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

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

Jihwan_Kim

 

Yes thank you. It works perfect.

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.