Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
In the table, i am displaying calculted measure,when measure value is null it display blank.
I wanted to display "-" instead of blank.
I am using ISBlank function to check values,if its blank then replace it with "-" and working as expected but the
problem is iteraction is not working. When i click on any item type in second table,value is not getting filtered on 1st table due to this ISBlank funtion.
Any idea how to fix this?
Hi @nish2288,
Based on your description, it seems that you have more than one table. Do you create the relationship of the two tables?
If it is convenient, could you share your table structure?
I would appreciate it if you could share a dummy pbix file which can reproduce the scenario, so that we can help further investigate on it? You can upload it to OneDrive or Dropbox and post the link here. Do mask sensitive data before uploading.)
Best Regards,
Cherry
you can try with FORMAT function
Measure = FORMAT(SUM('Table'[Value])+0,"#,##0.00;;-")it adds 0 to the regular measure to turn BLANKS into 0s, and then applies custom format to 0s as '-'
the measure type is text afterwards, so not sure if it's gonna work for you
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 43 | |
| 38 | |
| 35 | |
| 21 | |
| 15 |
| User | Count |
|---|---|
| 63 | |
| 58 | |
| 28 | |
| 27 | |
| 25 |