- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dax measure
Hi
I have one column, only one column that has rejected and successful. Rejected is represented by 0 and successful is represented by 1. How can I calculate the percentage difference for rejected and successful separately?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@pro_x Can you share some sample data and expected out? That way people here can help you quickly.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This is the data I have, rejected is represented by 0 and successful is represented by 1.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@pro_x , two measures likes
Mark all them as % column
successful =divide(calculate(countrows(Table),Table[col]=1),countrows(Table))
Rejected =divide(calculate(countrows(Table),Table[col]=0),countrows(Table))
percentage difference = [successful] -[Rejected]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
Thank you,
How would i calculate the percentage change for Rejected?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @pro_x ,
%Change will require your earlier period rejected Values.
You need to share sample data and expected output to get the correct solution.
Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi this is my sample data. Rejected is represented by 0and successful is represented by 1.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @pro_x
% change is difference of old percentage vs new percenatage. Like Sales Last year vs This year
You need to share a good sample of data with the earlier dates,
One column cannot detemine %change when there is no context to that column.
Do you want difference between successful and reject.??
Regards,
Harsh Nathani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, i want like sales last year vs this year.
e.g. rejected last year vs this year
I only have that column with another column for date
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes you're right, so how would i go about extracting the earlier period for rejected. I only have one column that has rejected and successful. Should i create a conditional column to extract rejected. How would i extract the earlier period and do a %change?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @pro_x
Your problem seems interesting, what do you mean % changes for successful and rejected seprately, changes on what basis?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @mhossain
%change on earlier period for rejected and successful. I want a measure that shows the %change for rejected over a certain period and a measure that shows % change for successful over a certain period. I have a column that has rejected and successful in one column.

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
07-03-2024 06:01 AM | |||
09-25-2024 08:50 AM | |||
09-12-2024 02:47 AM | |||
06-18-2024 12:55 PM | |||
06-19-2024 08:36 AM |
User | Count |
---|---|
13 | |
13 | |
11 | |
10 | |
8 |