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.
Hello,
today i got the following error:
Goal:
I want to create a visual to show the count of different rows in one table.
My solution:
Solved! Go to Solution.
Make sure that you replace every "" with BLANK()
That was it! Fairly simple. 😄
Thanks my friend.
BR
Jannis
@Anonymous
NoEmmPlayout = COUNTROWS(FILTER(STBs,STBs[SGIS pre migration status] = "ReadyForMigration" && STBs[Settings completion time (First contact to SGIS)] = "" && STBs[Nagra_EMM_Playout] = "" || STBs[Nagra_EMM_Playout_Status] = "" && STBs[SGIS pre migration time]>24 ))
Somewhere above, bold, you are trying to compare Date with Text which is not allowed
You need to make use of format as https://community.powerbi.com/t5/Desktop/Error-DAX-comparison-operations-do-not-support-comparing-values/m-p/559413
Regards,
Ritesh
My YT Channel Dancing With Data !! Connect on Linkedin !!Power BI for Tableau Users
Thanks.
The topic of that thread is "comparing values of type Text with values of type Int"
My topic is "comparing values of type text with values of type date".
How can i achieve that? Thanks.
Hi there!
Try replacing STBs[Settings completion time (First contact to SGIS)] = "" with STBs[Settings completion time (First contact to SGIS)] = BLANK()
Let me know if that helps!
Hey,
sadly that did not work. 😞
Make sure that you replace every "" with BLANK()
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
18 | |
7 | |
6 | |
5 | |
5 |
User | Count |
---|---|
24 | |
10 | |
10 | |
9 | |
7 |