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.
hi i am looking for dax
i have 2 measures 1 to count the request ids another to show the mtd count of request ids
i want to show the percentage of the 2 measures.
mtd count of request id = 24
count of request ids = 872
percentage wil be 24/872= 2.75%
how can i show by dax
Solved! Go to Solution.
@Anonymous try this
percentage = DIVIDE ( [mtd count of request id], [count of request ids] )
Hi @Anonymous
Is your problem solved? If you still have question, please share some sample data without sensitive data. If you have solved it, could you please share your solution?
Best Regards
Caiyun Zheng
@Anonymous
Not really enough information to find the problem. Please show the values that come from the individual measures [MTD requestid] and [Count of request id], just add them to the visual next to the [r] measyure. What is the formulas for the two measure involved, what are the fields in the visual you are adding the measure to and how is your model layed out.
@Anonymous try this
percentage = DIVIDE ( [mtd count of request id], [count of request ids] )
hi jd
i had tried that query it is not working it is showing as 0%
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 |
---|---|
76 | |
75 | |
70 | |
47 | |
41 |
User | Count |
---|---|
64 | |
41 | |
31 | |
30 | |
28 |