Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Preparing for a certification exam? Ask exam experts all your questions on May 15th. Register now.
Dear All,
Good Day.
I have one table data with the month and month filters
I have tried multiple way to avoid the values getting sum but not happening.
I have attached the pbix file for your reference.
https://toyotsu.box.com/s/hrywd6ywmjsynjpird2pqsku9k5lthds
Requirement: when we are selecting the month the table values should shows only the values of selected month and division.
the values should not get sum.
Thank you in advance.
hI @NadeemAhamed ,
Your data model is not in the desired format and will be quite a maintenance in the long run. Imagine having 5 years worth of months which is equivalent to 60 columns and you'll have to create a measure for each -- and then add the need to modify them. I unpivoted your data and added sort columns.
That aside, measures are always aggregated one way or another. The three measures in your samplex pbix, they being measures, will always be summarized depending on the current row context. Add an index column in query editor and include this column in your visual so the measure shows row by row as in the data table. Since your data has been unpivoted, you need only one measure for all months.
I also removed FORMAT from your measure and use dynamic format strings instead.
Thank you for your valuable time to read and reply me.
Sorry to say this, i dont want to increase the row level.
I want to show the values in column wise bcz we have to show only for Apr-Mar month data.
So could you please tell how to avoid values to get summed up.
Thank you for your valuable time to read and reply me.
Sorry to say this, i dont want to increase the row level.
I want to show the values in column wise bcz we have to show only for Apr-Mar month data.
So could you please tell how to avoid values to get summed up.
I might have misunderstood you. What do you mean by not summed up? Can you please post a screenshot your desired result the way you exactly want it?
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
78 | |
76 | |
70 | |
49 | |
42 |
User | Count |
---|---|
62 | |
40 | |
32 | |
30 | |
29 |