March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch 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))
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
2 | |
2 | |
1 | |
1 | |
1 |
User | Count |
---|---|
4 | |
4 | |
4 | |
3 | |
3 |