Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi, all,
I am in a simple problem but can not find the solution. I have data sets like,
Previous Page Page Views
abc bcd 15
cde abc 25
efg bcd 30
abc abc 50
def cde 10
I want to create a DAX that, if previous page and page are same, then views will not be shown. otherwise it will show. That means, in above datasets, only one row will be eliminated, otherwise it will remain same.
I have tried to achieve by different formula, but could not achieve.
Can you guys help me for that?
Thanks,
snandy2011
Please help me to solve this problem.
Solved! Go to Solution.
Why not just a new column like:
IF([Previous Page] = [Page],BLANK(),[Views])
Why not just a new column like:
IF([Previous Page] = [Page],BLANK(),[Views])
Sometimes, we forget to do some simple things. I tried your formula by DAX, but did not come into my mind that i could have created a column by same formula.Shame!!
Thanks a lot sir, for helping me.
Thanks,
snandy2011
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 97 | |
| 74 | |
| 51 | |
| 50 | |
| 46 |