Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hello,
I used a Quick MEasure to get a Year to Date Total for a Date column "Approval Date", as below. This returned a result of 18 out of a total of 57 Rows. However, I am seeking to also get the % of what 18 (YTD count) is of the total 57 rows in the same column. I have tried many ways i.e. DIVIDE, Percentage diffrence etc.. with no success, any assitance with the correct DAX expression would be much appreciated 🙂
Hi @AMBP1973 ,
Did the above suggestions help with your scenario? if that is the case, you can consider Kudo or Accept the helpful suggestions to help others who faced similar requirements.
If these also don't help, please share more detailed information and description to help us clarify your scenario to test.
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng
I copied exactly what you provided, but it still gives me this on the card
hi, @AMBP1973
try below one
count% =
var a =
These not gonna help me to understand your scenario.
you check my solution like first check output of var a=
then second check output of var b =
and then calculate percentage
OR
provide more data to check where it trouble
Hi @Dangar332. Thankyou so much for your assistance. This worked, however it gave me the opposite % of what I am seeking. It returned 62%, whereas it is more like 38%? Is there a ay to adjust the DAX to accomodate.? Thankyou in advance
provide sample data and what you want
Count of YTD Dates % of total.
Thankyou
hi, @AMBP1973
use below measure
count% =
var a =
@Dangar332 Sorry if I haven't been clear. I am seeking what % of 57 is 18? Therefore around 38% as the data currently stands. Thanks for your assistance
my solution give you exactly what you want
18:57*100 =
(18*100):57 =
1800:57 = 31.58%
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
10 | |
9 | |
8 | |
7 | |
6 |
User | Count |
---|---|
14 | |
13 | |
11 | |
9 | |
8 |