Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!See when key Fabric features will launch and what’s already live, all in one place and always up to date. Explore the new Fabric roadmap
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')
)
User | Count |
---|---|
19 | |
18 | |
16 | |
13 | |
13 |
User | Count |
---|---|
9 | |
8 | |
8 | |
7 | |
6 |