Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hello Power BI community,
I have a table with bunch of columns. I have referenced my source and unpivoted them, and loaded into desktop to form a relation. I tried Tabe.Profile() in the query editor, but it is not dynamic. I want to show blank % for each column in a table visual and the values should be dynamic when a slicer selection is made. I went thru multiple trail and errors but still no luck.
I really appreicate if anyone can shoot some thoughts 🙂
Thanks in advance
Solved! Go to Solution.
@SriKandimalla - So, you should be able to do this:
Blank % Measure =
DIVIDE
COUNTROWS(FILTER('Table',ISBLANK([Column]) || [Column]="")),
COUNTROWS('Table')
)
@SriKandimalla - So, you should be able to do this:
Blank % Measure =
DIVIDE
COUNTROWS(FILTER('Table',ISBLANK([Column]) || [Column]="")),
COUNTROWS('Table')
)
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
10 | |
9 | |
8 | |
6 | |
5 |
User | Count |
---|---|
20 | |
14 | |
10 | |
9 | |
6 |