Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hi,
I'm looking for some assistance on the best way to make some columns in report builder. Right now, my query has a column with standard names such as below (which are specified as parameters):
I'm trying to make them in to columns as such (i.e., each unique value as its own column):
The problem is the group isn't filtering properly (NS's should only turn up for NULL values, and actual numbers should show based on the corresponding substance). My code is below, and it works correctly as a filter on one standard:
but when I try the same with two, I don't get the expected result. I'm adding the second standard as a child group of the first one. Any suggestions?
=((UCASE(Fields!StandardName.Value)=UCASE(Parameters!Standard1_Bold.Value)) OR (Fields!StandardName.Value IS Nothing))
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
3 | |
2 | |
1 | |
1 | |
1 |