Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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 |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
24 | |
19 | |
14 | |
10 | |
7 |