Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hello Everyone,
I have below power bi report
% of take place =liquidity/trans
here, trans will be same for all customer for a given month. so it is fixed.
but I dont need customer code and removed it from report and then report looks like:
as above % take place is wrong as it should be 70%120, how to achieve it ? as I dont want to change trans column.
Can anybody help? Thanks in advance.
Solved! Go to Solution.
Hi , @pradnya49
According to your description, you want to remove the [cutomer code] in your visual but the [trans] do not change due to it is fixed in the Month.
For your screenshot , i think the [trans] is a measure in your side. So i create a [trans Measure] in my side.
We can create a measure like this:
% of take place = DIVIDE( SUM('Table'[liquidity]) ,DISTINCTCOUNT('Table'[customer code]) * [trans Measure] )
Then we can put the measure on the visual and we can get the result as follows:
If this method does not meet your needs, you can provide us with your special sample data and the desired output sample data in the form of tables, so that we can better help you solve the problem. (You can also upload you sample .pbix [without sensitive data] to the OneDrive and share with the OneDrive link to me ! )
Thank you for your time and sharing, and thank you for your support and understanding of PowerBI!
Best Regards,
Aniya Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi , @pradnya49
According to your description, you want to remove the [cutomer code] in your visual but the [trans] do not change due to it is fixed in the Month.
For your screenshot , i think the [trans] is a measure in your side. So i create a [trans Measure] in my side.
We can create a measure like this:
% of take place = DIVIDE( SUM('Table'[liquidity]) ,DISTINCTCOUNT('Table'[customer code]) * [trans Measure] )
Then we can put the measure on the visual and we can get the result as follows:
If this method does not meet your needs, you can provide us with your special sample data and the desired output sample data in the form of tables, so that we can better help you solve the problem. (You can also upload you sample .pbix [without sensitive data] to the OneDrive and share with the OneDrive link to me ! )
Thank you for your time and sharing, and thank you for your support and understanding of PowerBI!
Best Regards,
Aniya Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi @pradnya49
You should do group by either using summarise or group by dax function.
Did I answer your question? Mark my post as a solution!
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
87 | |
85 | |
82 | |
66 | |
49 |
User | Count |
---|---|
137 | |
111 | |
101 | |
66 | |
65 |