Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi All,
I have a Column contains Values and Text in Same column I want to Compare monthly values with Monthly goal but both columns contain Values and Text. i want to present numbers and text both in Table visual with applying Conditional formatting.
For that I'm trying to create one conditional Column by giving below logic
Ex:-if (istext([Goal]),1,
If(isblank([Goal]),Blank(),0)
But it is returning only 1 and Blank values not returning false condition that is 0
Can anyone please help me out in this
Thank you in advance 🙂
I hope this message finds you well. I've noticed that this solution remain unresolved. If any of you have managed to find a resolution to the issue, I kindly request that you share your solution for the benefit of the entire community. Alternatively, if you're still facing challenges, please do let us know as well.
Your insights and updates will greatly assist others who might be encountering the same challenge.
Hi @Lakshmi1294
I just modifed the dax formula for the culculated column and the below syntax procuces your required output.
User | Count |
---|---|
22 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
26 | |
13 | |
11 | |
9 | |
6 |