Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi Team,
I am using field parameters and created table try to row count but it seems it is not working.
Thanks
Vikas
Check Parameter Data Type and default Values defined correctly or not ?
Validate row count Measure created correctly ..see ex:
RowCount =
CALCULATE(
COUNTROWS('YourTable'),
'YourTable'[YourField] = SELECTEDVALUE('YourParameter')
)
Sometimes, issues can arise if the data model is not properly refreshed or if there are connectivity issues with data sources.
Can you give an example of what is not working?
User | Count |
---|---|
5 | |
4 | |
4 | |
2 | |
2 |
User | Count |
---|---|
8 | |
4 | |
4 | |
4 | |
3 |