The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi, I am new to power bi and i wanted to create measures to show "no data available" message in my report. Please find the below pictures for refrence. The table i want to create measure in is using 2 data columns, one is "status" and other one is "total". So i wanted a measure for this table to show "no data available" whenever the data is null/empty.
This is the widget where i wanted to create the measure
These are the data columns that being used for this widget.
@Anonymous , I moved a text box behind with measure used in background of table
The measure used in conditional formatting of the background using the field value option
Color Net = if(ISBLANK([Net]), "#FFFFFF00", "#FFFFFF")
Hello @amitchandak thank you for this. It worked for few widgets. Thanks again.
User | Count |
---|---|
28 | |
12 | |
8 | |
7 | |
5 |
User | Count |
---|---|
35 | |
14 | |
12 | |
9 | |
7 |